Searched defs:sleep (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dunistd.in.h543 Returns the number of seconds left to sleep.
545 <http://www.opengroup.org/susv3xsh/sleep.html>. */
547 extern unsigned int sleep (unsigned int n);
550 # undef sleep macro
551 # define sleep(n) \ macro
552 (GL_LINK_WARNING ("sleep is unportable - " \
553 "use gnulib module sleep for portability"), \
554 sleep (n))

Completed in 48 milliseconds