nuttx/graphics/nxterm
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
Make.defs graphics/nxterm: Add a new IOCTL that can be used to inform NxTerm that the size of a window has changed. 2019-05-16 13:12:24 -06:00
nx_register.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00
nxterm_clear.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00
nxterm_driver.c Squashed commit of the following: 2019-05-21 18:57:54 -06:00
nxterm_font.c libs/libnx/nxfonts: Fix a memory leak in the font cache. With a busy NxTerm display, this could drain off all the memory pretty quickly! 2019-03-08 11:52:49 -06:00
nxterm_kbdin.c Cosmetic 2019-05-26 12:33:42 -06:00
nxterm_putc.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_redraw.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_register.c Squashed commit of the following: 2019-03-17 11:34:45 -06:00
nxterm_resize.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_scroll.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00
nxterm_sem.c configs/lpcxpresso-lpc54628: Add a Twm4Nx configuration. 2019-05-04 12:34:47 -06:00
nxterm_unregister.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxterm_vt100.c Update README; Remove comment blocks before empty sections. 2017-01-08 11:20:16 -06:00
nxterm.h Squashed commit of the following: 2019-05-21 18:57:54 -06:00
nxtk_register.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00
nxtool_register.c Squashed commit of the following: 2019-03-09 13:13:05 -06:00