incubator-nuttx/sched/task
Gregory Nutt 2245dddaf9 Break up some long lines 2017-06-14 13:42:56 -06:00
..
Make.defs Add task_testcancel() 2016-12-10 16:34:14 -06:00
exit.c
spawn.h
task.h Flesh basic cancellation point support 2016-12-09 09:44:23 -06:00
task_activate.c sched/: Add option to buffer scheduler instrumentation data in memory. 2016-03-17 09:49:43 -06:00
task_atexit.c
task_cancelpt.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
task_create.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
task_delete.c Update README and some comments. 2017-01-02 13:54:07 -06:00
task_execv.c sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-11 16:42:42 -06:00
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 More cancellation points. 2016-12-09 13:49:36 -06:00
task_getgroup.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_getpid.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
task_init.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_onexit.c
task_posixspawn.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_prctl.c Break up some long lines 2017-06-14 13:42:56 -06:00
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_delete() now obeys all cancellation point semantics. 2016-12-10 14:39:19 -06:00
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 Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_spawnparms.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
task_start.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_starthook.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_terminate.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
task_testcancel.c Add task_testcancel() 2016-12-10 16:34:14 -06:00
task_vfork.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00