Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kdp/
H A Dkdp_udp.c1320 unsigned int timeout_count = 100; in kdp_send_exception() local
1351 } while (kdp.exception_ack_needed && timeout_count--); in kdp_send_exception()
/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2320 int timeout_count = sched_backup_cpu_timeout_count; in thread_select() local
2323 timeout_count--; in thread_select()
2326 timeout_count--; in thread_select()
2402 if (timeout_count-- > 0) { in thread_select()