nuttx/sched/sched
Xiang Xiao de2a9d8a77 sched: add nx_wait, nx_waitid and nx_waitpid
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-04 07:20:02 -06:00
..
Make.defs sched/sched: Add sched_get_stackinfo() 2020-05-03 23:33:44 +01:00
sched_addblocked.c
sched_addprioritized.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched_addreadytorun.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_continue.c This commit adds support for default signal actions for SIGSTOP, SIGSTP, and SIGCONT. 2018-08-30 10:27:18 -06:00
sched_cpuload_oneshot.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
sched_cpuload_period.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
sched_cpuload.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_cpupause.c
sched_cpuselect.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_critmonitor.c tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
sched_foreach.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
sched_get_stackinfo.c sched/sched/sched_get_stackinfo.c: Add some security. 2020-05-04 01:13:11 +01:00
sched_getaffinity.c
sched_getcpu.c sched/sched/sched_getcpu.c: All new files should have Apache 2.0 headers. 2020-02-02 07:36:34 -08:00
sched_getfiles.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched_getparam.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
sched_getscheduler.c
sched_getsockets.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
sched_getstreams.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
sched_gettcb.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched_idletask.c Squashed commit of the following: 2019-02-04 16:20:35 -06:00
sched_lock.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_lockcount.c
sched_mergepending.c Fix some macOS sim warnings. 2020-04-11 22:27:42 +01:00
sched_mergeprioritized.c arch/z16: Build update 2020-04-30 16:58:06 +01:00
sched_note.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_processtimer.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_releasetcb.c global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
sched_removeblocked.c
sched_removereadytorun.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_reprioritize.c Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
sched_resumescheduler.c tools/nxstyle.c: Add logic to detect a blank line following a left brace or a blank line preceding a right brace. 2019-03-10 09:53:33 -06:00
sched_roundrobin.c Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
sched_rrgetinterval.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_self.c
sched_setaffinity.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_setparam.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_setpriority.c sched/sched_setpriority.c: DEBUGVERIFY, not DEBUGASSERT. 2020-04-11 17:30:17 +01:00
sched_setscheduler.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_sporadic.c global change: fix tools/checkpatch.sh warnnings 2020-04-09 10:29:28 -06:00
sched_suspend.c sched/: Add debug assertions before each call to up_block_task() to assure that there is no attempt to block an IDLE task. 2018-11-30 06:54:15 -06:00
sched_suspendscheduler.c sched/Kconfig: Simplify some configurations. This adds configuration settings that control individual features, rather than long complex OR expressions that determines if an individual feature is required. 2018-11-25 11:50:15 -06:00
sched_tasklistlock.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
sched_thistask.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_timerexpiration.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched_unlock.c sched/sched: Appease nxstyle errors (#539) 2020-03-11 11:10:08 -06:00
sched_verifytcb.c
sched_wait.c sched: add nx_wait, nx_waitid and nx_waitpid 2020-05-04 07:20:02 -06:00
sched_waitid.c sched: add nx_wait, nx_waitid and nx_waitpid 2020-05-04 07:20:02 -06:00
sched_waitpid.c sched: add nx_wait, nx_waitid and nx_waitpid 2020-05-04 07:20:02 -06:00
sched_yield.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched.h global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00