This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
task
History
Gregory Nutt
c9187c2928
task/task_restart.c: Restarted was had sigprocmask set. Noted by Jeongchan Kim
2018-09-14 06:51:38 -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
sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before?
2018-09-02 13:51:52 -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
task/task_restart.c: Restarted was had sigprocmask set. Noted by Jeongchan Kim
2018-09-14 06:51:38 -06:00
task_setcancelstate.c
…
task_setcanceltype.c
…
task_setup.c
…
task_spawn.c
Cosmetic update to comments.
2018-08-17 14:23:38 -06:00
task_spawnparms.c
Replace all ASSERT with DEBUGASSERT to save the code space
2018-08-24 06:58:30 -06:00
task_start.c
Squashed commit of the following:
2018-08-27 11:40:09 -06:00
task_starthook.c
…
task_terminate.c
…
task_testcancel.c
…
task_vfork.c
arch/ and task/sched: vfork operation needs to allocate and copy the task argument too. Also correction of the address correction cannot depend on the stack pointer since it is not available in all architectures. Rather callculate the offset from the stack allocation pointer
2018-08-24 07:43:00 -06:00
task.h
…