Home
last modified time | relevance | path

Searched refs:SLEEP (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/
H A Dkqueue_file_tests.c39 #define SLEEP 1 macro
294 if (SLEEP == act->act_dosleep) { in execute_action()
914 init_action(&test.t_helpthreadact, SLEEP, WRITEFD, 0); in run_note_write_tests()
1574 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_evfilt_read_tests()
1676 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_evfilt_write_tests()
1704 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_poll_tests()
1711 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_poll_tests()
1719 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_poll_tests()
1726 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_poll_tests()
1732 init_action(&test.t_helpthreadact, SLEEP, NOTHING, 0); in run_poll_tests()
[all …]
/xnu-11215/bsd/netinet/
H A Dip_compat.h290 # define SLEEP(id, n) sleep((id), PZERO+1)
331 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
346 # define SLEEP(x, y) ;
/xnu-11215/makedefs/
H A DMakeInc.top411 $(SLEEP) 1; \
417 $(SLEEP) 1; \
H A DMakeInc.cmd339 SLEEP = /bin/sleep
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp110 #define SLEEP IORecursiveLockSleep( gIOMemoryLock, (void *)this, THREAD_UNINT) macro
5186 SLEEP; in handleFault()