incubator-nuttx/sched/task
Gregory Nutt 82a79b9c1b Add framework for cancellation point support. 2016-12-09 08:13:28 -06:00
..
Make.defs Add framework for cancellation point support. 2016-12-09 08:13:28 -06:00
exit.c
spawn.h
task.h Add framework for cancellation point support. 2016-12-09 08:13:28 -06:00
task_activate.c
task_atexit.c
task_cancelpt.c Add framework for cancellation point support. 2016-12-09 08:13:28 -06:00
task_create.c
task_delete.c
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
task_exithook.c Update TODO and some comments. 2016-12-08 10:24:40 -06:00
task_getgroup.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_getpid.c
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 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_recover.c
task_reparent.c sched/: Move fields related to parent/child task relationship out of TCB into group structure. 2016-09-06 08:28:31 -06:00
task_restart.c SMP: Add logic to avoid a deadlock condition when CPU1 is hung waiting for g_cpu_irqlock and CPU0 is waitin for g_cpu_paused 2016-11-22 11:34:16 -06:00
task_setup.c Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types. 2016-12-09 07:23:00 -06:00
task_spawn.c Remove more of those annoying empty comment blocks. 2016-11-21 07:34:27 -06:00
task_spawnparms.c
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 This commit adds a new internal interfaces and fixes a problem with three APIs in the SMP configuration. The new internal interface is sched_cpu_pause(tcb). This function will pause a CPU if the task associated with 'tcb' is running on that CPU. This allows a different CPU to modify that OS data stuctures associated with the CPU. When the other CPU is resumed, those modifications can safely take place. 2016-11-20 07:57:18 -06:00
task_vfork.c Update comments 2016-11-19 08:33:55 -06:00