.. |
exit.c
|
exit.c:Fix style errors.
|
2020-03-08 07:28:04 -06:00 |
Make.defs
|
Add task_testcancel()
|
2016-12-10 16:34:14 -06:00 |
spawn.h
|
Squashed commit of the following:
|
2017-10-03 15:35:24 -06:00 |
task_activate.c
|
task_activate.c:Fix style errors.
|
2020-03-08 07:28:04 -06:00 |
task_atexit.c
|
task_atexit.c:Fix style errors.
|
2020-03-08 07:28:04 -06:00 |
task_cancelpt.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_create.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
task_delete.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_execv.c
|
tools/nxstyle.c: Add logic to detect if there is a blank line following the final right brace. sched/: Applied the modified nxstyle to all C file as a test.
|
2019-10-24 11:02:42 -06:00 |
task_exit.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
task_exithook.c
|
Fix "with with" typos
|
2020-01-27 08:46:46 +01:00 |
task_getgroup.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_getpid.c
|
Some cosmetic updates, mostly to spacing and comments.
|
2018-12-30 11:58:19 -06:00 |
task_init.c
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
task_onexit.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_posixspawn.c
|
binfmt/exec: Make the spawn attribute take effect
|
2020-02-20 08:55:14 -06:00 |
task_prctl.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_recover.c
|
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
|
2019-02-04 13:42:51 -06:00 |
task_reparent.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_restart.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
task_setcancelstate.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_setcanceltype.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_setup.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_spawn.c
|
task_spawn:Fix style errors
|
2020-03-08 07:28:04 -06:00 |
task_spawnparms.c
|
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
|
2020-02-01 08:27:30 -06:00 |
task_start.c
|
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
|
2019-02-04 13:42:51 -06:00 |
task_starthook.c
|
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
|
2019-02-04 13:42:51 -06:00 |
task_terminate.c
|
sched/task/task_exithook.c: nxtask_signalparent() in task_exithook.c may invalidate the group's parent task ID (tg_ppid) too soon. The tg_ppid field is use only to remember the parent tasks ID so that it can send the SIGCHLD signal to it. So it must stay valid until SIGCHLD has been sent. In nxtask_signalparent(), it calls nxtask_sigchild() to send SIGCHLD to the parent, then invalidates tg_ppid. That would be okay, except that the SIGCHLD is only sent when the last member of the group terminates. That is incorrect; tg_ppid can be invalidated too soon and, as a consequence, SIGCHLD would never be sent.
|
2019-08-01 08:14:11 -06:00 |
task_testcancel.c
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
task_vfork.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
task.h
|
task.h:Fix style errors.
|
2020-03-08 07:28:04 -06:00 |