Searched refs:sleep (Results 1 - 25 of 52) sorted by relevance

123

/barrelfish-master/lib/posixcompat/
H A Dsleep.c14 unsigned int sleep(unsigned int seconds) function
/barrelfish-master/lib/libc/gen/
H A Dsleep.c31 static char sccsid[] = "@(#)sleep.c 8.1 (Berkeley) 6/4/93";
72 __weak_reference(__sleep, sleep);
/barrelfish-master/tools/imx8x/
H A Dboard_ctrl.py60 time.sleep(0.1)
66 time.sleep(0.2)
69 time.sleep(0.1)
72 time.sleep(0.2)
H A Dbf-boot.sh95 sleep 1
/barrelfish-master/lib/openssl-1.0.0d/demos/bio/
H A Dsconnect.c73 sleep(1);
95 sleep(1);
/barrelfish-master/lib/openssl-1.0.0d/demos/eay/
H A Dconn.c57 sleep(1);
79 sleep(1);
/barrelfish-master/usr/bench/mem_bench/
H A Dmemeasy.c111 uint64_t sleep = 0; local
117 printf("%s:%s:%d: Usage: %s <ram bits> <sleep ms>\n",
120 sleep = atoll(argv[2]);
127 printf("%s:%s:%d: Use sleep = %"PRIu64"\n",
128 __FILE__, __FUNCTION__, __LINE__, sleep);
191 if (sleep > 0) {
192 sleep_until(sleep);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/jdotview/
H A DFileWatcher.java65 sleep(SLEEPTIME);
/barrelfish-master/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc128 sleep(1);
150 sleep(1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A DMakefile47 @sleep 1; touch obj_mac.h; sleep 1
51 @sleep 1; touch obj_xref.h; sleep 1
/barrelfish-master/lib/openssl-1.0.0d/demos/tunala/
H A Dtest.sh28 sleep 1
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A DMakefile57 sleep 1
/barrelfish-master/usr/eclipseclp/documents/search/
H A DMakefile65 sleep 1
/barrelfish-master/tools/harness/machines/
H A Dgem5.py76 time.sleep(GEM5_START_TIMEOUT)
/barrelfish-master/lib/acpi_client/
H A Dacpi_client.c62 err = binding->rpc_tx_vtbl.sleep(binding, st, &msgerr);
/barrelfish-master/usr/eclipseclp/documents/libman/
H A DMakefile.obs63 sleep 1
H A DMakefile65 sleep 1
/barrelfish-master/lib/tommath/demo/
H A Dtiming.c8 #define SLEEP sleep(4)
103 sleep(1);
/barrelfish-master/tools/harness/tests/
H A Dechoserver.py80 # sleep a moment to let things settle down between runs
82 time.sleep(IPBENCH_SLEEPTIME)
117 time.sleep(1)
/barrelfish-master/usr/eclipseclp/documents/applications/
H A DMakefile66 sleep 1
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A DMakefile62 sleep 1
/barrelfish-master/usr/eclipseclp/documents/internal/
H A DMakefile65 sleep 1
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A DMakefile73 sleep 1
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A DMakefile66 sleep 1
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A DMakefile61 sleep 1

Completed in 208 milliseconds

123