mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
Squashed commit of the following:
Change all calls to usleep() in the OS proper to calls to nxsig_usleep()
sched/signal: Add a new OS internal function nxsig_usleep() that is functionally equivalent to usleep() but does not cause a cancellaption point and does not modify the errno variable.
sched/signal: Add a new OS internal function nxsig_sleep() that is functionally equivalent to sleep() but does not cause a cancellaption point.
|
||
|---|---|---|
| .. | ||
| ads7843e.c | ||
| ads7843e.h | ||
| ajoystick.c | ||
| button_lower.c | ||
| button_upper.c | ||
| cypress_mbr3108.c | ||
| djoystick.c | ||
| Kconfig | ||
| Make.defs | ||
| max11802.c | ||
| max11802.h | ||
| mxt.c | ||
| mxt.h | ||
| stmpe811.h | ||
| stmpe811_adc.c | ||
| stmpe811_base.c | ||
| stmpe811_gpio.c | ||
| stmpe811_temp.c | ||
| stmpe811_tsc.c | ||
| tsc2007.c | ||
| tsc2007.h | ||