nuttx/sched/task
chao.an 23b28766c3 sched/task: setup the scheduling policy to task
Signed-off-by: chao.an <anchao@xiaomi.com>
2021-01-19 09:24:55 -03:00
..
exit.c
Make.defs libc: Implement getppid 2020-12-20 16:40:14 -03:00
spawn.h
task.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c
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
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
task_recover.c
task_reparent.c
task_restart.c
task_setcancelstate.c
task_setcanceltype.c
task_setup.c sched/task: setup the scheduling policy to task 2021-01-19 09:24:55 -03:00
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
task_starthook.c
task_terminate.c
task_testcancel.c
task_vfork.c