nuttx/mm/mm_gran
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 Add interfaces to support un-initializing a granule allocator. 2014-09-23 16:05:32 -06:00
mm_gran.h Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
mm_granalloc.c Remove some empty file section section header comments 2016-02-17 18:31:56 -06:00
mm_grancritical.c Remove some empty file section section header comments 2016-02-17 18:31:56 -06:00
mm_granfree.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
mm_graninit.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
mm_granmark.c Remove some empty file section section header comments 2016-02-17 18:31:56 -06:00
mm_granrelease.c Remove some empty file section section header comments 2016-02-17 18:31:56 -06:00
mm_granreserve.c Remove some empty file section section header comments 2016-02-17 18:31:56 -06:00
mm_pgalloc.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00