incubator-nuttx/sched/semaphore
Gregory Nutt 8fdbb1e0a4 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
Squashed commit of the following:

    sched:  Rename all use of system_t to clock_t.
    syscall:  Rename all use of system_t to clock_t.
    net:  Rename all use of system_t to clock_t.
    libs:  Rename all use of system_t to clock_t.
    fs:  Rename all use of system_t to clock_t.
    drivers:  Rename all use of system_t to clock_t.
    arch:  Rename all use of system_t to clock_t.
    include:  Remove definition of systime_t; rename all use of system_t to clock_t.
2018-06-16 12:16:13 -06:00
..
Make.defs sem_setprotocol: Handle a case of missing proxy for sem_setprotocol. Reorder so that (1) this error is avoided, and (2) >No proxy is needed if priority inheritance is not enabled. 2016-11-03 18:51:38 -06:00
sem_destroy.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_holder.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_initialize.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_post.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_recover.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sem_reset.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_setprotocol.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_tickwait.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
sem_timedwait.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
sem_timeout.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_trywait.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_wait.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sem_waitirq.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
semaphore.h Squashed commit of the following: 2017-10-09 09:06:46 -06:00
spinlock.c Update some comments 2018-02-05 07:58:00 -06:00