--- libaitsched/src/hooks.c 2013/08/26 08:20:55 1.21 +++ libaitsched/src/hooks.c 2013/08/26 18:48:23 1.22 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: hooks.c,v 1.21 2013/08/26 08:20:55 misho Exp $ +* $Id: hooks.c,v 1.22 2013/08/26 18:48:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1182,6 +1182,9 @@ sched_hook_rtc(void *task, void *arg __unused) timer_delete(tmr); return (void*) -1; } + + if (!TASK_ISLOCKED(t)) + TASK_LOCK(t); return NULL; }