.. |
Make.defs
|
Add task_testcancel()
|
2016-12-10 16:34:14 -06:00 |
exit.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 |
spawn.h
|
Squashed commit of the following:
|
2017-10-03 15:35:24 -06:00 |
task.h
|
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_activate.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_atexit.c
|
tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c.
|
2019-03-01 10:50:02 -06:00 |
task_cancelpt.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_create.c
|
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
|
2019-02-11 12:09:26 -06:00 |
task_delete.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_execv.c
|
binfmt/ and libs/libc: Make exepath_*() more common:
|
2018-11-08 07:27:14 -06:00 |
task_exit.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_exithook.c
|
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
|
2019-02-11 12:09:26 -06:00 |
task_getgroup.c
|
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
|
2019-02-11 12:09:26 -06:00 |
task_getpid.c
|
Some cosmetic updates, mostly to spacing and comments.
|
2018-12-30 11:58:19 -06:00 |
task_init.c
|
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
|
2019-02-11 12:09:26 -06:00 |
task_onexit.c
|
tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c.
|
2019-03-01 10:50:02 -06:00 |
task_posixspawn.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_prctl.c
|
Miscellaneous fixes from astyle tool.
|
2017-08-14 17:19:27 -06: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
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
task_restart.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_setcancelstate.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_setcanceltype.c
|
sched/: Various fixes for typos, improved parameter verification.
|
2018-01-12 18:26:45 -06:00 |
task_setup.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_spawn.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_spawnparms.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_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
|
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_testcancel.c
|
Add task_testcancel()
|
2016-12-10 16:34:14 -06:00 |
task_vfork.c
|
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
|
2019-02-11 12:09:26 -06:00 |