nuttx/sched/task
Nobutaka Toyoshima 150036eb8b sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT
Jira: PDFW15IS-208
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2017-04-14 14:50:44 +09:00
..
exit.c
Make.defs Add task_testcancel() 2016-12-10 16:34:14 -06:00
spawn.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c
task_delete.c Update README and some comments. 2017-01-02 13:54:07 -06:00
task_execv.c
task_exit.c sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly. 2017-02-24 10:07:23 -06:00
task_exithook.c
task_getgroup.c
task_getpid.c
task_init.c
task_onexit.c
task_posixspawn.c
task_prctl.c
task_recover.c
task_reparent.c sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT 2017-04-14 14:50:44 +09:00
task_restart.c
task_setcancelstate.c Add task_setcanceltype() 2016-12-10 16:06:14 -06:00
task_setcanceltype.c Add task_setcanceltype() 2016-12-10 16:06:14 -06:00
task_setup.c sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT 2017-04-14 14:50:44 +09:00
task_spawn.c
task_spawnparms.c
task_start.c
task_starthook.c
task_terminate.c
task_testcancel.c Add task_testcancel() 2016-12-10 16:34:14 -06:00
task_vfork.c
task.h