nuttx/sched/semaphore
2014-08-21 11:16:55 -06:00
..
Make.defs Move environment files from sched/ to sched/environ 2014-08-08 13:53:29 -06:00
sem_close.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
sem_destroy.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
sem_findnamed.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
sem_holder.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sem_initialize.c Move watchdog functions from sched/ to sched/wdog 2014-08-08 14:21:48 -06:00
sem_open.c Move environment files from sched/ to sched/environ 2014-08-08 13:53:29 -06:00
sem_post.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sem_timedwait.c wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
sem_trywait.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sem_unlink.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
sem_wait.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
sem_waitirq.c Move environment files from sched/ to sched/environ 2014-08-08 13:53:29 -06:00
semaphore.h Move environment files from sched/ to sched/environ 2014-08-08 13:53:29 -06:00