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.
|
||
|---|---|---|
| .. | ||
| cs89x0.c | ||
| cs89x0.h | ||
| dm90x0.c | ||
| enc28j60.c | ||
| enc28j60.h | ||
| encx24j600.c | ||
| encx24j600.h | ||
| ftmac100.c | ||
| Kconfig | ||
| loopback.c | ||
| Make.defs | ||
| phy_notify.c | ||
| skeleton.c | ||
| slip.c | ||
| telnet.c | ||
| tun.c | ||