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.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_access.c | ||
| lib_chdir.c | ||
| lib_execl.c | ||
| lib_getcwd.c | ||
| lib_gethostname.c | ||
| lib_getopt.c | ||
| lib_getoptargp.c | ||
| lib_getoptindp.c | ||
| lib_getoptoptp.c | ||
| lib_pipe.c | ||
| lib_sethostname.c | ||
| lib_sleep.c | ||
| lib_swab.c | ||
| lib_usleep.c | ||
| Make.defs | ||