This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-09 02:44:53 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
c98f00a93b3d0246f0986d6da718e670a3d4db68
nuttx
/
sched
/
task
T
History
Gregory Nutt
6cfe56202d
Backout
3f731241cb
. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work
2016-04-18 18:55:36 -06:00
..
exit.c
…
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
…
task_create.c
Backout
3f731241cb
. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work
2016-04-18 18:55:36 -06:00
task_delete.c
…
task_execv.c
…
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
…
task_getpid.c
…
task_init.c
…
task_onexit.c
…
task_posixspawn.c
…
task_prctl.c
…
task_recover.c
…
task_reparent.c
…
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
…
task_spawn.c
…
task_spawnparms.c
…
task_start.c
…
task_starthook.c
…
task_terminate.c
sched/: Add option to buffer scheduler instrumentation data in memory.
2016-03-17 09:49:43 -06:00
task_vfork.c
…
task.h
…