Searched refs:nanosleep (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/aso/
H A Dasorelax.c52 return nanosleep(&ts, 0);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_napms.c64 while (nanosleep(&request, &remaining) == -1
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dtime.h183 int nanosleep(const struct timespec *, struct timespec *) __DARWIN_ALIAS_C(nanosleep); variable
186 int nanosleep(const struct timespec *, struct timespec *) LIBC_ALIAS_C(nanosleep); variable
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_delay.c100 ret = nanosleep(&rqtp, &rmtp);
/macosx-10.10.1/text_cmds-88/sort/
H A Dtimespec.h55 nanosleep with a conflicting one (const-less first parameter). */
56 int nanosleep ();
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dtime_.h68 <http://www.opengroup.org/susv3xsh/nanosleep.html>. */
70 # define nanosleep rpl_nanosleep macro
71 int nanosleep (struct timespec const *__rqtp, struct timespec *__rmtp);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.h80 int nanosleep(const struct timespec *, struct timespec *);
H A Dport-aix.h64 /* AIX 4.2.x doesn't have nanosleep but does have nsleep which is equivalent */
66 # define nanosleep(a,b) nsleep(a,b) macro
H A Dbsd-misc.c138 int nanosleep(const struct timespec *req, struct timespec *rem) function
175 return nanosleep(&ts, NULL);
/macosx-10.10.1/sudo-73/src/
H A Dnanosleep.c35 nanosleep(ts, rts) function
H A Dmissing.h391 int nanosleep __P((const struct timespec *, struct timespec *));
/macosx-10.10.1/shell_cmds-179/sleep/
H A Dsleep.c120 (void)nanosleep(&time_to_sleep, (struct timespec *)NULL);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dsys_macosx.cpp105 return nanosleep(&mrqtp, NULL);
123 return nanosleep(&mrqtp, NULL);
H A Dsys_unix.c118 return nanosleep(&mrqtp, NULL);
136 return nanosleep(&mrqtp, NULL);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtvsleep.c66 if ((r = nanosleep(&stv, &srv)) && rv)
/macosx-10.10.1/libauto-186/auto_tester/
H A Dauto_perf.c63 nanosleep(&sleep_time, NULL);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnanosleep.c49 /* Get the clock service port for nanosleep */
76 nanosleep(const struct timespec *requested_time, struct timespec *remaining_time) { function
246 nanosleep(const struct timespec *requested_time, struct timespec *remaining_time) { function
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h86 #define _nanosleep nanosleep
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DLockFileManager.cpp186 nanosleep(&Interval, NULL);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Dthr_posix.c220 nanosleep(&t, NULL);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-40-secdb.c56 nanosleep(&ts, NULL);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/tests/
H A Ddnstest.c290 nanosleep(&ts, NULL);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dentropy.c185 nanosleep(&ts, NULL);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dentropy.c185 nanosleep(&ts, NULL);
/macosx-10.10.1/Libinfo-459/util.subproj/
H A Drcmd.c212 (void)nanosleep(&time_to_sleep, &time_remaining);

Completed in 417 milliseconds

12