nuttx/mm/iob
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
..
iob_add_queue.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_alloc_qentry.c IOBs: Fix build break 2017-05-18 13:59:03 +09:00
iob_alloc.c There can be a failure in IOB allocation to some asynchronous behavior caused by the use of sem_post(). Consider this scenario: 2017-05-16 11:03:35 -06:00
iob_clone.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
iob_concat.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_contig.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_copyin.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_copyout.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_dump.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_free_chain.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_free_qentry.c There can be a failure in IOB allocation to some asynchronous behavior caused by the use of sem_post(). Consider this scenario: 2017-05-16 11:03:35 -06:00
iob_free_queue.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_free.c There can be a failure in IOB allocation to some asynchronous behavior caused by the use of sem_post(). Consider this scenario: 2017-05-16 11:03:35 -06:00
iob_initialize.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
iob_pack.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_peek_queue.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_remove_queue.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_test.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_trimhead_queue.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_trimhead.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob_trimtail.c IOBs: Move from driver/iob to a better location in mm/iob 2017-05-09 07:35:30 -06:00
iob.h mm/: Remove dangling space at the end of lines. 2017-06-28 13:31:21 -06:00
Kconfig Porting Guide: Add description of IOBs. 2017-05-20 08:50:05 -06:00
Make.defs Update some README files 2017-05-09 11:32:44 -06:00