summaryrefslogtreecommitdiff
path: root/nuttx/sched/nanosleep.c
Commit message (Expand)AuthorAgeFilesLines
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* SAM4E-EK NSH: Increase the number of preallocated WDOGS to 32 to avoid timeo...Gregory Nutt2014-03-211-1/+2
* nanosleep(): Was not re-enabling interrupts. Fix from Jason JiangGregory Nutt2014-03-151-1/+1
* A10: Timer interrupt handlerGregory Nutt2013-12-131-0/+6
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-5/+5
* Add nanosleep()Gregory Nutt2013-12-121-0/+215