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.
|
||
|---|---|---|
| .. | ||
| cc3000.c | ||
| cc3000.h | ||
| cc3000_common.c | ||
| cc3000_socket.h | ||
| cc3000drv.c | ||
| cc3000drv.h | ||
| evnt_handler.c | ||
| hci.c | ||
| host_driver_version.h | ||
| Kconfig | ||
| Make.defs | ||
| netapp.c | ||
| nvmem.c | ||
| socket.c | ||
| socket_imp.c | ||
| spi_version.h | ||
| wlan.c | ||