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-10 03:13:56 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2f89ebeebd548bfc7772ea32156eedd802969467
nuttx
/
sched
/
task
T
History
Gregory Nutt
2245dddaf9
Break up some long lines
2017-06-14 13:42:56 -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
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
task_exithook.c
…
task_getgroup.c
…
task_getpid.c
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
task_init.c
…
task_onexit.c
…
task_posixspawn.c
…
task_prctl.c
Break up some long lines
2017-06-14 13:42:56 -06:00
task_recover.c
…
task_reparent.c
sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT
2017-04-14 14:50:44 +09:00
task_restart.c
…
task_setcancelstate.c
…
task_setcanceltype.c
…
task_setup.c
sched: Fix tg_flags check with GROUP_FLAG_NOCLDWAIT
2017-04-14 14:50:44 +09:00
task_spawn.c
…
task_spawnparms.c
…
task_start.c
…
task_starthook.c
…
task_terminate.c
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
task_testcancel.c
…
task_vfork.c
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
task.h
…