Change all calls to mq_receive() and mq_timedreceive() in the OS to calls to nxmq_receive() and nxmq_timedreceive(), making appropriate changes for differences in return values.
sched/mqueue: Add nxmq_receive() and mxmq_timedreceive() which are functionally equivalent to the standard mq_receive and mq_timedreceive() except that (1) they do not create cancellation points, and (2) the do not modify the application's errno variable.
|
||
|---|---|---|
| .. | ||
| 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 | ||