Gregory Nutt c2136fda6d sched/signal/sig_default.c: The abnormal termination handler was just calling exit() conditionally when, for example, Ctrl-C is sent to a task. The abnormal termination handler must obey the rules of cancellation points: If cancelation is disabled, then the abnormal termintion logic must wait for cancelation to be re-enabled; If cancellation is deffered then the abnormal termination logic may have to wait for the victim task to enter or exit a cancellation point. 5 年之前
..
clock 0863e771a9 Revert "sched/clock/clock_initialize.c: clock_inittime() needs to be done with CONFIG_SCHED_TICKLESS and clock_initialize should skip clock_inittime() for external RTC case since the RTC isn't ready yet." 5 年之前
environ f914ec6e2b 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. 5 年之前
errno b54ffe858a Standardization of some function headers. 6 年之前
group abf6965c24 Squashed commit of the following: 5 年之前
init abf6965c24 Squashed commit of the following: 5 年之前
irq a2e62f557d Squashed commit of the following: 5 年之前
module 9e2238f6cd libs/libc/dllfcn: Implement dlerror using strerror. 5 年之前
mqueue abf6965c24 Squashed commit of the following: 5 年之前
paging abf6965c24 Squashed commit of the following: 5 年之前
pthread abf6965c24 Squashed commit of the following: 5 年之前
sched abf6965c24 Squashed commit of the following: 5 年之前
semaphore abf6965c24 Squashed commit of the following: 5 年之前
signal c2136fda6d sched/signal/sig_default.c: The abnormal termination handler was just calling exit() conditionally when, for example, Ctrl-C is sent to a task. The abnormal termination handler must obey the rules of cancellation points: If cancelation is disabled, then the abnormal termintion logic must wait for cancelation to be re-enabled; If cancellation is deffered then the abnormal termination logic may have to wait for the victim task to enter or exit a cancellation point. 5 年之前
task abf6965c24 Squashed commit of the following: 5 年之前
timer fb63c0a293 sched/signal and related changes to other OS subsystems. 5 年之前
wdog f6b9fe5b14 tools/nxstyle.c: Add logic to detect a blank line following a left brace or a blank line preceding a right brace. 5 年之前
wqueue f914ec6e2b 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. 5 年之前
.gitignore 4748599a43 .dSYM only needs to be in the same .gitignore files as .exe 11 年之前
Kconfig abf6965c24 Squashed commit of the following: 5 年之前
Makefile 24468128de TLS: Simplify 8 年之前