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

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c152 printf("Testing repeating kevent for %d pops in a second...\n",
163 /* sleep 1 second */
190 test_updated_kevent(int first, int second) argument
195 printf("Testing update from %d to %d msecs...\n", first, second);
205 EV_SET64(&kev, 4, EVFILT_TIMER, EV_ONESHOT, 0, second, 0, 0, 0);
206 if (second < 0)
207 second = 0;
208 ret = do_simple_kevent(&kev, second * 1000);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c1097 nfsnode_t first, second; local
1101 second = (np1 > np2) ? np2 : np1;
1106 if ((error = nfs_node_lock(second)))
1159 nfsnode_t first, second; local
1163 second = (np1 > np2) ? np2 : np1;
1168 if ((error = nfs_node_set_busy(second, thd)))
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h739 UInt8 second; member in struct:IOPMCalendarStruct

Completed in 29 milliseconds