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

/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c27 #define SLEEP 1 macro
220 if(SLEEP == act->act_dosleep) {
586 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE1, NULL);
591 init_action(&test.t_helpthreadact, SLEEP, RMDIR, 2, (void*)DIR1, NULL);
597 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE1, (void*)FILE2);
604 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)DIR1, (void*)DIR2);
612 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 1, (void*)FILE1);
619 init_action(&test.t_helpthreadact, SLEEP, RENAME, 2, (void*)FILE2, (void*)FILE1);
626 init_action(&test.t_helpthreadact, SLEEP, UNLINK, 2, (void*)FILE2, NULL);
634 init_action(&test.t_helpthreadact, SLEEP, RENAM
[all...]
/darwin-on-arm/xnu/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) ;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp115 #define SLEEP IORecursiveLockSleep( gIOMemoryLock, (void *)this, THREAD_UNINT) macro
3200 SLEEP;

Completed in 27 milliseconds