mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00:00
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.
|
||
|---|---|---|
| .. | ||
| audio_null.c | ||
| cs43l22.c | ||
| cs43l22.h | ||
| cs43l22_debug.c | ||
| i2schar.c | ||
| Kconfig | ||
| Make.defs | ||
| tone.c | ||
| vs1053.c | ||
| vs1053.h | ||
| wm8904.c | ||
| wm8904.h | ||
| wm8904_debug.c | ||