nuttx/sched/task
Xiang Xiao a2f6dc9b7c errno: Rename get_errno_ptr to __errno
Inrease the compatiblity with the third party library(e.g. newlib)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-03 12:15:54 -06:00
..
exit.c
Make.defs
spawn.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c sched: Don't need call get_errno after task_activate 2020-05-03 12:15:54 -06:00
task_delete.c
task_execv.c
task_exit.c errno: Rename get_errno_ptr to __errno 2020-05-03 12:15:54 -06:00
task_exithook.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
task_getgroup.c
task_getpid.c
task_init.c sched: task_init as internal function shouldn't modify errno 2020-05-03 12:15:54 -06:00
task_onexit.c
task_posixspawn.c binfmt: exec_spawn as internal function shouldn't modify errno 2020-05-03 12:15:54 -06:00
task_prctl.c
task_recover.c
task_reparent.c
task_restart.c
task_setcancelstate.c
task_setcanceltype.c
task_setup.c
task_spawn.c syscall: nx_task_spawn should exist in the flat build just like the protected build 2020-05-02 09:56:23 -06:00
task_spawnparms.c
task_start.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
task_starthook.c
task_terminate.c
task_testcancel.c
task_vfork.c
task.h