nuttx/sched/task
Xiang Xiao 0536953ded Kernel module should prefer functions with nx/kmm prefix
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-01-13 08:57:58 +01:00
..
exit.c
Make.defs libc: Implement getppid 2020-12-20 16:40:14 -03:00
spawn.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c sched: Change tcb_s to task_tcb_s for nxtask_[un]init 2020-06-30 10:54:42 -06:00
task_delete.c
task_execv.c
task_exit.c arch & sched: task: Fix up_exit() and nxtask_exit() for SMP 2020-12-21 23:29:56 -06:00
task_exithook.c sched: Fix nx_waitid(), nx_waitpid(), nxtask_exithook() for SMP 2020-11-14 16:31:49 -08:00
task_getgroup.c
task_getpid.c
task_getppid.c libc: Implement getppid 2020-12-20 16:40:14 -03:00
task_init.c Revert "sched: Call up_[use|create]_stack after nxtask_setup_scheduler" 2020-10-22 18:31:31 +09:00
task_onexit.c
task_posixspawn.c Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
task_prctl.c syscall/prctl: fix PR_SET_NAME failure if without <pid> arg 2020-07-01 21:52:18 -05:00
task_recover.c
task_reparent.c
task_restart.c
task_setcancelstate.c
task_setcanceltype.c
task_setup.c
task_spawn.c Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
task_spawnparms.c Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
task_start.c sched: nxtask_start should call entry point directly for kernel thread 2020-10-08 09:14:33 +02:00
task_starthook.c
task_terminate.c sched/task: do not migrate the task state to INVALID 2020-10-28 11:15:22 -07:00
task_testcancel.c
task_vfork.c
task.h