Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kdp/
H A Dkdp_udp.c1322 unsigned int timeout_count = 100; in kdp_send_exception() local
1353 } while (kdp.exception_ack_needed && timeout_count--); in kdp_send_exception()
/xnu-11215/osfmk/kern/
H A Dsched_prim.c2660 int timeout_count = sched_backup_cpu_timeout_count; in thread_select() local
2663 timeout_count--; in thread_select()
2666 timeout_count--; in thread_select()
2742 if (timeout_count-- > 0) { in thread_select()