.. |
exit.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
Make.defs
|
|
|
spawn.h
|
|
|
task_activate.c
|
sched/: Add option to buffer scheduler instrumentation data in memory.
|
2016-03-17 09:49:43 -06:00 |
task_atexit.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
task_create.c
|
fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations.
|
2016-04-14 10:14:38 -06:00 |
task_delete.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
task_execv.c
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
task_exit.c
|
SMP: Reorder some logic related to task exit() and restart() for logic of SMP.
|
2016-03-22 18:19:57 -06:00 |
task_exithook.c
|
Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov.
|
2016-04-11 11:14:18 -06:00 |
task_getgroup.c
|
Standardize the width of all comment boxes in C files
|
2015-10-03 07:25:53 -06:00 |
task_getpid.c
|
Correct naming of a TCB flag; update some comments
|
2016-02-10 16:53:34 -06:00 |
task_init.c
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
task_onexit.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
task_posixspawn.c
|
sched/: Fix some spacing issues
|
2015-10-07 19:59:14 -06:00 |
task_prctl.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
task_recover.c
|
|
|
task_reparent.c
|
nuttx/sched: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 08:17:46 -06:00 |
task_restart.c
|
SMP: Reorder some logic related to task exit() and restart() for logic of SMP.
|
2016-03-22 18:19:57 -06:00 |
task_setup.c
|
Fix some missing header file inclusions and a misplaced semi-colon from recent commits
|
2016-02-21 11:27:55 -06:00 |
task_spawn.c
|
sched/: Fix some spacing issues
|
2015-10-07 19:59:14 -06:00 |
task_spawnparms.c
|
|
|
task_start.c
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
task_starthook.c
|
Standardize some naming in code section comments
|
2016-02-21 18:09:04 -06:00 |
task_terminate.c
|
sched/: Add option to buffer scheduler instrumentation data in memory.
|
2016-03-17 09:49:43 -06:00 |
task_vfork.c
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
task.h
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |