Searched refs:SLEEP (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/dtrace-147/DTTk/
H A Dinstall15 SLEEP=1 # pause on messages
38 (( SLEEP )) && sleep 1
47 (( SLEEP )) && sleep 1
63 (( SLEEP )) && sleep 1
74 (( SLEEP )) && sleep 1
90 (( SLEEP )) && sleep 1
93 (( SLEEP )) && sleep 1
117 (( SLEEP )) && sleep 1
134 (( SLEEP )) && sleep 1
/macosx-10.10.1/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c28 #define SLEEP 1 macro
221 if(SLEEP == act->act_dosleep) {
587 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE1, NULL);
592 init_action(&test.t_helpthreadact, SLEEP, RMDIR, 2, (void*)DIR1, NULL);
598 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)FILE2);
605 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)DIR1, (void*)DIR2);
613 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 1, (void*)FILE1);
620 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE2, (void*)FILE1);
627 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE2, NULL);
635 init_action(&test.t_helpthreadact, SLEEP, RENAM
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Dtiming.c8 #define SLEEP sleep(4) macro
10 #define SLEEP macro
110 SLEEP;
131 SLEEP;
163 SLEEP;
184 SLEEP;
243 SLEEP;
285 SLEEP;
H A Ddemo.c5 #define SLEEP sleep(4) macro
7 #define SLEEP macro
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperf_c.h141 #define SLEEP(secs) \ macro
151 #define SLEEP(secs) \ macro
H A Dperf.c549 SLEEP(secs);
631 SLEEP(secs-1);
734 SLEEP (p->secs);
H A Dserver.c853 SLEEP (SERVER_LOOP_SLEEP_TIME);
H A Dclient.c350 SLEEP(wait_time);
1644 perf_null_slow_idem(rh, 0 /* SLEEP LOOP */, slow_secs);
1648 perf_null_slow(rh, 0 /* SLEEP LOOP */, slow_secs);
1712 perf_null_slow_idem(rh, 0 /* SLEEP LOOP */, slow_secs);
1718 perf_null_slow(rh, 0 /* SLEEP LOOP */, slow_secs);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its4326/
H A Dits4326117 SLEEP=2
118 echo "Stopping the server and sleeping $SLEEP seconds..."
121 sleep $SLEEP
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest046-dds278 SLEEP=10
279 echo "Waiting $SLEEP seconds to force a subordinate/superior expiration conflict..."
280 sleep $SLEEP
369 SLEEP=15
370 echo "Waiting $SLEEP seconds for remaining entry to expire..."
371 sleep $SLEEP
H A Dtest020-proxycache540 SLEEP=`expr $PCACHETTR + $PCACHE_CCPERIOD + 1`
541 echo "Waiting $SLEEP seconds for cache to refresh"
543 sleep $SLEEP
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_compat.h288 # define SLEEP(id, n) sleep((id), PZERO+1)
329 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
344 # define SLEEP(x,y) ;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpic.vim75 syn keyword picOpcode RETLW RETURN SLEEP SUBLW XORLW
H A Dfgl.vim80 syn keyword fglKeyword SHORT SHOW SITENAME SIZE SIZEOF SKIP SLEEP SMALLFLOAT SMALLINT
H A Dbasic.vim64 syn keyword basicStatement SHELL shell Shell SLEEP sleep Sleep
H A Dfreebasic.vim122 syn keyword freebasicProgramFlow IS RETURN SCOPE SLEEP
H A Dopenroad.vim35 syntax keyword openroadKeyword SAVEPOINT SELECT SET SLEEP SOME SUM SYSTEM TABLE
/macosx-10.10.1/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd164 SLEEP = /bin/sleep
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmail_params.h2057 #define SLEEP "sleep" macro
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c3813 } else if (strcasecmp(name, SLEEP) == 0) {
3815 msg_warn("restriction %s must be followed by number", SLEEP);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp113 #define SLEEP IORecursiveLockSleep( gIOMemoryLock, (void *)this, THREAD_UNINT) macro
3545 SLEEP;

Completed in 701 milliseconds