summaryrefslogtreecommitdiff
path: root/nuttx/sched/semaphore/sem_timedwait.c
Commit message (Expand)AuthorAgeFilesLines
* Fix places where the errno value was being overwritten by subsequent actions ...Gregory Nutt2015-02-251-10/+23
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-3/+3
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Move environment files from sched/ to sched/environGregory Nutt2014-08-081-0/+290