nuttx/libnx/nxmu
Gregory Nutt 83cdb0c552 Squashed commit of the following:
libc/semaphore:  Add nxsem_getvalue() which is identical to sem_getvalue() except that it never modifies the errno variable.  Changed all references to sem_getvalue in the OS to nxsem_getvalue().

    sched/semaphore:  Rename all internal private functions from sem_xyz to nxsem_xyz.  The sem_ prefix is (will be) reserved only for the application semaphore interfaces.

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

    sched/semaphore:  Rename sem_tickwait() to nxsem_tickwait() so that it is clear this is an internal OS function.

    sched/semaphoate:  Rename sem_reset() to nxsem_reset() so that it is clear this is an internal OS function.
2017-10-03 12:52:31 -06:00
..
Make.defs
nx_bitmap.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
nx_block.c
nx_closewindow.c
nx_connect.c
nx_constructwindow.c
nx_disconnect.c
nx_eventhandler.c
nx_eventnotify.c
nx_fill.c
nx_filltrapezoid.c
nx_getposition.c
nx_getrectangle.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
nx_kbdchin.c
nx_kbdin.c
nx_lower.c
nx_mousein.c
nx_move.c
nx_openwindow.c
nx_raise.c
nx_redrawreq.c
nx_releasebkgd.c
nx_requestbkgd.c
nx_setbgcolor.c
nx_setpixel.c
nx_setposition.c
nx_setsize.c
nxmu_semtake.c
nxmu_sendserver.c
nxmu_sendwindow.c