walnux/include/nuttx/nx
Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -06:00
..
nx.h NX server: Correct message queue names. Should not be at /dev, but rather relative to /var/mqueue. 2017-01-08 09:14:11 -06:00
nxbe.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
nxfonts.h Font cache: Enforce mutually exclusive access to the font cache 2017-01-06 09:50:30 -06:00
nxglib.h Implement anti-aliasing in the NuttX graphics line drawing 2015-07-14 10:17:42 -06:00
nxmu.h Squashed commit of the following: 2017-10-03 15:35:24 -06:00
nxterm.h More naming changes to get the stm3240g-eval/nxterm configuration building again 2014-09-20 15:53:28 -06:00
nxtk.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00