Searched refs:sleep (Results 1 - 18 of 18) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/helpers/
H A Dsleep.c5 sleep(120);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile74 helpers : helpers/sleep.c helpers/launch.c helpers/arch.c helperdir $(OBJROOT)/misc.o
76 $(CC) -arch i386 helpers/sleep.c -o $(DSTROOT)/helpers/sleep-i386
79 $(CC) -arch x86_64 -pagezero_size 0x100000000 helpers/sleep.c -o $(DSTROOT)/helpers/sleep-x86_64-4G
80 $(CC) -arch x86_64 -pagezero_size 0x1000 helpers/sleep.c -o $(DSTROOT)/helpers/sleep-x86_64-4K
81 $(CC) -arch ppc helpers/sleep.c -o $(DSTROOT)/helpers/sleep-ppc32
82 $(CC) -arch ppc64 -pagezero_size 0x100000000 helpers/sleep
[all...]
H A Dmisc.c176 /* vfork then execve sleep system command (which we will kill from the parent process) */
185 * binaries, which just sleep for 120 seconds. Let our parent kill us.
203 sleep(killwait);
H A Dsocket_tests.c140 sleep(2);
H A Dtests.c1946 argvs[0] = "sleep-x86_64-4G";
1947 if (do_execve_test("helpers/sleep-x86_64-4G", argvs, NULL, 1)) goto test_failed_exit;
1950 argvs[0] = "sleep-x86_64-4K";
1951 if (do_execve_test("helpers/sleep-x86_64-4K", argvs, NULL, 1)) goto test_failed_exit;
1954 argvs[0] = "sleep-i386";
1955 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 1)) goto test_failed_exit;
1980 argvs[0] = "sleep-i386";
1981 if (do_execve_test("helpers/sleep-i386", argvs, NULL, 0)) goto test_failed_exit;
1984 argvs[0] = "sleep-x86_64-4G";
1985 if (do_execve_test("helpers/sleep
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/lockstat/
H A Dlockstat.c169 sleep(arg2);
182 sleep(arg2);
191 sleep(arg2);
200 sleep(arg2);
213 sleep(arg2);
242 sleep(arg2);
248 sleep(arg2);
255 sleep(arg2);
262 sleep(arg2);
278 sleep(arg
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestDevice.cpp48 TestDevice::enqueueCommand(bool sleep, argument
51 return commQ->enqueueCommand(sleep, (void *) act, (void *) tag, dataP);
H A DTests.h94 kern_return_t enqueueCommand(bool sleep,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMapper.cpp68 void sleep(void *event) { IOLockSleep(fWaitLock, event, THREAD_UNINT); }; function in class:IOMapperLock
127 sMapperLock.sleep(&IOMapper::gSystem);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_synch.c133 * pri<=PZERO a signal cannot disturb the sleep;
135 * If pri&PCATCH is set, signals will cause sleep
276 sleep( function
H A Dtty.c882 * have been "interrupted" from a "sleep" to act on
1638 * have been "interrupted" from a "sleep" to act on
1680 * For the other two cases, we compute the target sleep time
1685 goto sleep;
1698 goto sleep;
1759 goto sleep;
1762 sleep:
1969 * have been "interrupted" from a "sleep" to act on
1978 * output translation. Keep track of high water mark, sleep on
2455 * 3) The sleeper with the shortest sleep tim
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s112 ; to sleep. For the others, it will be the time just before the main
140 bne allstart ; Yeah, we must be waking up from sleep...
269 rlwinm r6,r6,0,sleep+1,doze-1 ; Remove any vestiges of sleep
310 andc r6,r6,r20 ; Remove any vestiges of sleep
578 bf firstBoot, init750FXV2nb ; Wake from sleep
827 ; Start up code for second processor or wake up from sleep
H A Dmachine_routines_asm.s875 bt pfCanDozeb,yesnap ; We can sleep or doze one this machine...
1018 /* Put machine to sleep.
1019 * This call never returns. We always exit sleep via a soft reset.
1027 * interruptions when we go to sleep and there may be a pending
1041 mfmsr r5 ; Hack to spin instead of sleep
1061 rlwinm. r5,r11,0,pfNoL2PFNapb,pfNoL2PFNapb ; Turn off L2 Prefetch before sleep?
1073 rlwinm r4,r4,0,sleep+1,doze-1 ; Clear all possible power-saving modes (not DPM though)
1074 oris r4,r4,hi16(sleepm) ; Set sleep
1081 lis r5, hi16(napm) ; Set sleep
1095 ; Note that we need translation off before we set the HID to sleep
[all...]
H A Dasm.h252 #define sleep 10 macro
H A Dlowmem_vectors.s66 ; waking up from sleep), a RESET_HANDLER_BUPOR (which is using for bring up
1195 * Note that if we are attempting to sleep (as opposed to nap or doze) all interruptions
1213 mtcrf 0x20,r1 ; Get set to test for sleep
1215 bf sleep,notsleep ; Skip if we are not trying to sleep
1225 rfi ; Jump back into sleep code...
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h422 user_addr_t __p_forw; /* Doubly-linked run/sleep queue. */
444 user_addr_t p_wmesg; /* Reason for sleep. */
550 extern int sleep(void *chan, int pri);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_compat.h288 # define SLEEP(id, n) sleep((id), PZERO+1)
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c169 sleep((caddr_t) &fdcache_lock, PINOD);

Completed in 139 milliseconds