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-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f700e7b241c9338bd98aca06720c07d51e11829f
nuttx
/
sched
/
task
T
History
Gregory Nutt
dca77fa06a
sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly.
2017-02-24 10:07:23 -06:00
..
exit.c
…
Make.defs
…
spawn.h
…
task_activate.c
…
task_atexit.c
…
task_cancelpt.c
…
task_create.c
…
task_delete.c
…
task_execv.c
…
task_exit.c
…
task_exithook.c
…
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
…
task_setcancelstate.c
…
task_setcanceltype.c
…
task_setup.c
…
task_spawn.c
…
task_spawnparms.c
…
task_start.c
…
task_starthook.c
…
task_terminate.c
…
task_testcancel.c
…
task_vfork.c
…
task.h
…