nuttx/sched/task
2016-12-09 13:49:36 -06:00
..
exit.c
Make.defs Add framework for cancellation point support. 2016-12-09 08:13:28 -06:00
spawn.h
task_activate.c
task_atexit.c
task_cancelpt.c cancellation points are basically function. More tested is needed and additional cancellation points must be implemented before this can be merged back to master. 2016-12-09 12:01:18 -06:00
task_create.c
task_delete.c cancellation points are basically function. More tested is needed and additional cancellation points must be implemented before this can be merged back to master. 2016-12-09 12:01:18 -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
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
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
task.h Flesh basic cancellation point support 2016-12-09 09:44:23 -06:00