nuttx/sched/task
Yanfeng Liu a35b2a5cc7 sched/posixspawn: disable tedious logging
This log appears for NSH internal commands in KERNEL build and
duplicates a lot with task_spawn: log. So drop it to make the
DEBUG_SCHED_INFO logging more readable.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2024-05-10 15:40:34 +08:00
..
CMakeLists.txt sched/pthread/join: refactor pthread join to support join task 2024-03-13 18:06:56 +09:00
exit.c
Make.defs sched/pthread/join: refactor pthread join to support join task 2024-03-13 18:06:56 +09:00
spawn.h
task_activate.c
task_cancelpt.c
task_create.c
task_delete.c
task_execve.c
task_exit.c
task_exithook.c
task_fork.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
task_getgroup.c
task_getpid.c
task_getppid.c
task_gettid.c
task_init.c sched/task: minor polish on task_init() 2024-05-08 15:43:25 +08:00
task_join.c sched/pthread/join: refactor pthread join to support join task 2024-03-13 18:06:56 +09:00
task_posixspawn.c sched/posixspawn: disable tedious logging 2024-05-10 15:40:34 +08:00
task_prctl.c
task_recover.c
task_reparent.c
task_restart.c sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
task_setup.c sched: replace some global variables to macro 2024-03-21 18:51:25 +08:00
task_spawn.c
task_spawnparms.c
task_start.c
task_starthook.c
task_terminate.c
task.h sched/pthread/join: refactor pthread join to support join task 2024-03-13 18:06:56 +09:00