nuttx/libnx/nxmu
Gregory Nutt e11e3b2607 Squashed commit of the following:
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.
2017-10-10 09:57:40 -06:00
..
Make.defs
nx_bitmap.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nx_block.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_closewindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_connect.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 12:14:18 -06:00
nx_constructwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_disconnect.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_eventhandler.c Squashed commit of the following: 2017-10-10 09:57:40 -06:00
nx_eventnotify.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_fill.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_filltrapezoid.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_getposition.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_getrectangle.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nx_kbdchin.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_kbdin.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_lower.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_mousein.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_move.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_openwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_raise.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_redrawreq.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_releasebkgd.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_requestbkgd.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setbgcolor.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setpixel.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setposition.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nx_setsize.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00
nxmu_semtake.c libc and libnx: When the libraries are built into two libraries, a user space library and a OS space library (as in the PROTECTED and KERNEL build). Then the user space library must not use the OS internal interfaces; similarly, the OS must avoid using the userspace interfaces so that it does not muck the errno value or create spurious cancellation points. 2017-10-08 11:52:32 -06:00
nxmu_sendserver.c Squashed commit of the following: 2017-10-10 08:44:12 -06:00
nxmu_sendwindow.c Update README; Remove comment blocks before empty sections. 2017-01-08 14:01:16 -06:00