nuttx/sched/task
Gregory Nutt 97339e47f1 Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is only for those files under graphics/, mm/, net/, sched/, wireless/bluetooth.

Still to do:  Files under fs/, drivers/, and arch.  The last is 116 files and will take some effort.
2020-03-29 20:11:10 +01:00
..
exit.c
Make.defs
spawn.h Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
task.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c
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 Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01: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 Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
task_spawnparms.c Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
task_start.c
task_starthook.c
task_terminate.c
task_testcancel.c
task_vfork.c