Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dlocks.c391 bool has_timeout = true, in_ppl = pmap_in_ppl(); in hw_lock_lock_contended() local
420 has_timeout = false; in hw_lock_lock_contended()
438 if (has_timeout) { in hw_lock_lock_contended()
480 bool has_timeout = true; in hw_wait_while_equals32() local
493 has_timeout = false; in hw_wait_while_equals32()
513 if (has_timeout) { in hw_wait_while_equals32()
542 bool has_timeout = true; in hw_wait_while_equals64() local
556 has_timeout = false; in hw_wait_while_equals64()
576 if (has_timeout) { in hw_wait_while_equals64()
774 bool has_timeout = true; in hw_lock_bit_to_contended() local
[all …]
H A Dlock_ticket.c347 bool has_timeout = true; in hw_lck_ticket_contended() local
372 has_timeout = false; in hw_lck_ticket_contended()
422 if (has_timeout) { in hw_lck_ticket_contended()