nuttx/graphics/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
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Make.defs NX: Remove configuration CONFIG_NX_NXSTART. nx_start.c is now built unconditionally in multi-user mode. 2016-12-01 13:30:24 -06:00
nx_start.c Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
nxfe.h Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_kbdin.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_mouse.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_openwindow.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_redrawreq.c Make some file section headers more consistent with standard 2015-04-08 08:32:05 -06:00
nxmu_releasebkgd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_reportposition.c graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 2016-06-12 11:11:57 -06:00
nxmu_requestbkgd.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_sendclient.c Squashed commit of the following: 2017-10-10 08:44:12 -06:00
nxmu_sendclientwindow.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nxmu_server.c Squashed commit of the following: 2017-10-10 09:57:40 -06:00