Home
last modified time | relevance | path

Searched refs:check_time (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/tests/
H A Dmemorystatus_zone_test.c108 check_time(time_t start, int timeout) in check_time() function
156 if (check_time(start, TIMEOUT_SECS)) { in allocate_vm_stuff()
182 if (check_time(start, TIMEOUT_SECS)) { in allocate_vm_stuff()
215 if (check_time(start, TIMEOUT_SECS)) { in allocate_from_generic_zone()
243 if (check_time(start, TIMEOUT_SECS)) { in allocate_from_generic_zone()
266 if (check_time(main_start, TIMEOUT_SECS)) { in query_zone_info()
/xnu-10002.41.9/osfmk/kern/
H A Dclock_oldops.c117 static int check_time(
416 chkstat = check_time(alarm_type, &alarm_time, &clock_time); in clock_alarm()
521 chkstat = check_time(sleep_type, sleep_time, &clock_time); in clock_sleep_internal()
751 check_time( in check_time() function