incubator-nuttx/sched/semaphore
Gregory Nutt f5a3b1e89d Add EXPERIMENTAL configuration option to investigate some SMP issues 2016-02-10 10:27:48 -06:00
..
Make.defs Add CONFIG_SPINLOCK. Also need spinunlock() and spinlock_initialize() 2016-02-09 15:31:14 -06:00
sem_destroy.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
sem_holder.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sem_initialize.c sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Neklyudov 2015-08-01 07:31:09 -06:00
sem_post.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
sem_recover.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
sem_tickwait.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sem_timedwait.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sem_timeout.c Forget to add files before last commit 2015-08-01 07:34:27 -06:00
sem_trywait.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sem_wait.c sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro 2016-02-06 17:44:41 -06:00
sem_waitirq.c sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Neklyudov 2015-08-01 07:31:09 -06:00
semaphore.h Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
spinlock.c Add EXPERIMENTAL configuration option to investigate some SMP issues 2016-02-10 10:27:48 -06:00