HomeSort by: relevance | last modified time | path
    Searched refs:SLEEP (Results 1 - 23 of 23) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/
install 15 SLEEP=1 # pause on messages
38 (( SLEEP )) && sleep 1
47 (( SLEEP )) && sleep 1
63 (( SLEEP )) && sleep 1
74 (( SLEEP )) && sleep 1
90 (( SLEEP )) && sleep
    [all...]
  /src/external/bsd/zstd/dist/contrib/seekable_format/examples/
parallel_processing.c 24 # define SLEEP(x) Sleep(x)
27 # define SLEEP(x) usleep(x * 1000)
163 while (!jobs[fnb].done) SLEEP(5); /* wake up every 5 milliseconds to check */
parallel_compression.c 18 # define SLEEP(x) Sleep(x)
21 # define SLEEP(x) usleep(x * 1000)
161 while (!jobs[i].done) SLEEP(5); /* wake up every 5 milliseconds to check */
  /src/external/bsd/openldap/dist/tests/data/regressions/its4326/
its4326 52 sleep 1
63 sleep 5
82 sleep 1
93 sleep 5
122 SLEEP=2
123 echo "Stopping the server and sleeping $SLEEP seconds..."
126 sleep $SLEEP
178 sleep 1
189 sleep
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
test046-dds 59 sleep 1
70 sleep 5
153 sleep $SLEEP0
257 sleep $SLEEP0
280 SLEEP=10
281 echo "Waiting $SLEEP seconds to force a subordinate/superior expiration conflict..."
282 sleep $SLEEP
312 sleep $SLEEP0
338 sleep $SLEEP
    [all...]
test020-proxycache 69 sleep 1
80 sleep 5
118 sleep 1
129 sleep 5
529 SLEEP=`expr $PCACHETTR + $PCACHE_CCPERIOD + 1`
530 echo "Waiting $SLEEP seconds for cache to refresh"
532 sleep $SLEEP
  /src/games/rogue/
use.c 254 case SLEEP:
292 vanish(obj, (obj->which_kind != SLEEP), &rogue.pack);
rogue.h 100 #define SLEEP 6
238 short picked_up; /* sleep from wand of sleep */
object.c 107 {25, "", "of sleep ", 0},
439 obj->which_kind = SLEEP;
  /src/external/gpl3/gcc/dist/gcc/config/avr/
builtins.def 41 DEF_BUILTIN (SLEEP, 0, void_ftype_void, sleep, NULL)
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
builtins.def 41 DEF_BUILTIN (SLEEP, 0, void_ftype_void, sleep, NULL)
  /src/games/battlestar/
extern.h 174 #define SLEEP 1040
words.c 180 { "sleep", SLEEP, VERB, NULL },
cypher.c 550 case SLEEP:
  /src/external/gpl3/gcc/dist/gcc/config/arc/
builtins.def 44 DEF_BUILTIN (SLEEP, 1, void_ftype_usint, sleep, 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
builtins.def 44 DEF_BUILTIN (SLEEP, 1, void_ftype_usint, sleep, 1)
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 425 # define SLEEP(x,y) 1;
589 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
ip_auth.c 1014 /* to sleep. */
1114 error = sleep(&softa->ipf_auth_next, PZERO+1);
1122 error = SLEEP(&softa->ipf_auth_next, "ipf_auth_next");
ip_log.c 748 error = sleep(&softl->iplh[unit], PZERO+1);
757 error = SLEEP(unit + softl->iplh, "ipl sleep");
ip_sync.c 578 /* put to sleep, pending a wakeup from the "lower half" of this code. */
613 err = sleep(&softs->sl_tail, PZERO+1);
623 err = mpsleep(&softs->sl_tail, PSUSP|PCATCH, "ipl sleep", 0,
631 err = SLEEP(&softs->sl_tail, "ipl sleep");
  /src/external/bsd/ipf/dist/
ip_sync.c 589 /* put to sleep, pending a wakeup from the "lower half" of this code. */
626 err = sleep(&softs->sl_tail, PZERO+1);
636 err = mpsleep(&softs->sl_tail, PSUSP|PCATCH, "ipl sleep", 0,
644 err = SLEEP(&softs->sl_tail, "ipl sleep");
  /src/external/ibm-public/postfix/dist/src/global/
mail_params.h 2251 #define SLEEP "sleep"
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c 2259 sleep(var_verify_poll_delay);
4333 } else if (strcasecmp(name, SLEEP) == 0) {
4335 msg_warn("restriction %s must be followed by number", SLEEP);
4338 sleep(atoi(*++cpp));

Completed in 57 milliseconds