Searched refs:Sleep (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dsleep.c34 /* Sleep for 1 second many times, because
35 1. Sleep is not interruptiple by Ctrl-C,
38 Sleep (1000);
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_yield.c34 Sleep(secs * MS_PER_SEC + (usecs / US_PER_MS) + 1);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Donce.c44 * Sleep(0) indicates that this thread
48 Sleep(0);
H A Dkeyboard.c59 (void)Sleep(sleeptime*1000);
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Donce.c44 * Sleep(0) indicates that this thread
48 Sleep(0);
H A Dkeyboard.c59 (void)Sleep(sleeptime*1000);
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_sleep.c47 Sleep(ms);
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dutil.h43 #define sleep(sec) Sleep ((sec)*1000)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dflock.c54 Sleep(500); /* pause for a half second */
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dflock.c54 Sleep(500); /* pause for a half second */
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dpingtest.c95 Sleep(10*1000);
98 Sleep(INFINITE);
/macosx-10.9.5/ICU-511.35/icuSources/test/threadtest/
H A Dthreadtest.cpp48 static void Sleep(int millis) {::Sleep(millis);}; function in class:ThreadFuncs
51 static void yield() {::Sleep(0);};
97 static void Sleep(int millis);
103 void ThreadFuncs::Sleep(int millis) function in class:ThreadFuncs
438 ThreadFuncs::Sleep(1000); // We sleep while threads do their work ...
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/contrib/Kobil_mIDentity_switch/
H A DKobil_mIDentity_switch.c87 unsigned char Sleep = 1; local
90 unsigned char param = ((hardDisk)<<4) | (Sleep);
/macosx-10.9.5/cups-372.4/cups/vcnet/
H A Dconfig.h57 * Map the POSIX sleep() and usleep() functions to the Win32 Sleep() function...
60 #define sleep(X) Sleep(1000 * (X))
61 #define usleep(X) Sleep((X)/1000)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_private.h124 #define sleep(t) Sleep((t) * 1000)
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_private.h124 #define sleep(t) Sleep((t) * 1000)
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dfirst.c47 Sleep(1000*tv->tv_sec + tv->tv_usec/1000);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Dfilter_fork_windows.c110 Sleep(100);
/macosx-10.9.5/libdispatch-339.92.1/src/shims/
H A Dtime.h54 Sleep(seconds * 1000); // milliseconds
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_nt.c115 Sleep( 0 );
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A D10-at-a-time.c156 Sleep(L);
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.c41 Sleep (seconds * 1000);
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_base.h85 #define sleep(s) Sleep(1000 * (s))
/macosx-10.9.5/bind9-45.100/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c58 #define sleep(x) Sleep(x)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DLockFileManager.cpp179 // Sleep for the designated interval, to allow the owning process time to
184 Sleep(Interval);

Completed in 322 milliseconds

1234