nuttx/sched
ligd fe723f0715 sched_critmonitor: remove check zero in sched_critmonitor
Cause of up_perf_gettime() may return 0

Signed-off-by: ligd <liguiding1@xiaomi.com>
2022-07-22 10:15:06 +03:00
..
clock clock/settime: minor fix compile warning 2022-07-10 20:44:21 +03:00
environ sched/env: Check for incoming parameter validity in unsetenv() 2022-06-14 10:39:52 +03:00
group Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
init
irq irq_procfs: fix divide 0 error 2022-07-22 10:53:44 +08:00
module
mqueue net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout 2022-06-28 06:19:13 +03:00
paging
pthread sched: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
sched sched_critmonitor: remove check zero in sched_critmonitor 2022-07-22 10:15:06 +03:00
semaphore sched: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
signal
task sched: handle nxtask_setup_arguments return values 2022-07-22 10:54:07 +08:00
timer sched/timer: timer_settime not fully satisfy IEEE 1003.1 2022-07-18 12:30:28 +08:00
tls
wdog
wqueue
Kconfig sched/mqueue: configurable mqueue notification 2022-06-11 14:51:09 +08:00
Makefile