This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-13 15:50:12 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
dcd66080508abfabe2a78d0da052d69a34574923
nuttx
/
sched
/
task
T
History
Gregory Nutt
9e290c10b5
Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGS
2014-11-14 09:53:11 -06:00
..
exit.c
…
Make.defs
Simplify how C source files are selected in the build
2014-10-07 07:42:36 -06:00
spawn.h
…
task_activate.c
Fix vfork(). Now that arguments are kept on the stack, the way that arguments are passed from parent to child in vfork() must change. This bug has always been present, but was not visible with the old strdup() way of passing arguments
2014-09-29 10:45:44 -06:00
task_atexit.c
…
task_create.c
More changes so that the KNSH build survives the changes needed for the ELF build
2014-09-16 15:55:21 -06:00
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_setup.c
Fix some compile errors introduce in last commits
2014-11-13 07:44:45 -06:00
task_spawn.c
…
task_spawnparms.c
…
task_start.c
vfork no longer depends on CONFIG_MAX_TASK_ARGS
2014-11-12 19:01:29 -06:00
task_starthook.c
…
task_terminate.c
…
task_vfork.c
Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGS
2014-11-14 09:53:11 -06:00
task.h
…