This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
semaphore
History
Gregory Nutt
38ddbc774f
Cosmetic change to comments
2014-10-06 18:03:01 -06:00
..
Make.defs
Semaphore initialization is now only required if priority inheritance is initialized
2014-09-29 06:50:48 -06:00
sem_destroy.c
nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations
2014-08-28 17:00:24 -06:00
sem_holder.c
Cosmetic change to comments
2014-10-06 18:03:01 -06:00
sem_initialize.c
Semaphore initialization is now only required if priority inheritance is initialized
2014-09-29 06:50:48 -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_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
…
semaphore.h
Semaphore initialization is now only required if priority inheritance is initialized
2014-09-29 06:50:48 -06:00