mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +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.
|
||
|---|---|---|
| .. | ||
| battery_charger.c | ||
| battery_gauge.c | ||
| bq2425x.c | ||
| bq2425x.h | ||
| bq2429x.c | ||
| Kconfig | ||
| Make.defs | ||
| max1704x.c | ||
| pm.h | ||
| pm_activity.c | ||
| pm_changestate.c | ||
| pm_checkstate.c | ||
| pm_initialize.c | ||
| pm_register.c | ||
| pm_update.c | ||
| powerled.c | ||
| smps.c | ||