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-08 10:32:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0e6e05bf116040dce8fbd81fba31f5ad0684c6f2
nuttx
/
sched
/
task
T
History
Juha Niskanen
e8ee632378
sched/task/task_exithook.c: Clear atexit() function pointer before calling it. On most archs, up_assert() calls exit() so without this change, if atexit() function triggers an assertion we are in endless loop.
2017-11-30 06:41:57 -06:00
..
exit.c
…
Make.defs
…
spawn.h
…
task_activate.c
…
task_atexit.c
…
task_cancelpt.c
sched/signal: Add logic to wake up a thread that is waiting on a signal if it is canceled.
2017-10-12 08:55:19 -06:00
task_create.c
kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete().
2017-10-16 11:38:00 -06:00
task_delete.c
task_delete(): Do not permit user applications to delete kernel threads.
2017-10-16 09:07:27 -06:00
task_execv.c
…
task_exit.c
…
task_exithook.c
sched/task/task_exithook.c: Clear atexit() function pointer before calling it. On most archs, up_assert() calls exit() so without this change, if atexit() function triggers an assertion we are in endless loop.
2017-11-30 06:41:57 -06:00
task_getgroup.c
…
task_getpid.c
…
task_init.c
…
task_onexit.c
…
task_posixspawn.c
kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete().
2017-10-16 11:38:00 -06:00
task_prctl.c
…
task_recover.c
Squashed commit of the following:
2017-10-09 09:06:46 -06:00
task_reparent.c
…
task_restart.c
…
task_setcancelstate.c
…
task_setcanceltype.c
…
task_setup.c
Squashed commit of the following:
2017-10-07 12:16:10 -06:00
task_spawn.c
…
task_spawnparms.c
Squashed commit of the following:
2017-10-07 12:16:10 -06:00
task_start.c
…
task_starthook.c
…
task_terminate.c
…
task_testcancel.c
…
task_vfork.c
…
task.h
…