Searched refs:SLEEP (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | kqueue_file_tests.c | 39 #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 D | ip_compat.h | 290 # 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 D | MakeInc.top | 411 $(SLEEP) 1; \ 417 $(SLEEP) 1; \
|
| H A D | MakeInc.cmd | 339 SLEEP = /bin/sleep
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 110 #define SLEEP IORecursiveLockSleep( gIOMemoryLock, (void *)this, THREAD_UNINT) macro 5186 SLEEP; in handleFault()
|