Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dlocks.c402 bool has_timeout = true, in_ppl = pmap_in_ppl(); in hw_lock_lock_contended() local
431 has_timeout = false; in hw_lock_lock_contended()
449 if (has_timeout) { in hw_lock_lock_contended()
491 bool has_timeout = true; in hw_wait_while_equals32() local
504 has_timeout = false; in hw_wait_while_equals32()
524 if (has_timeout) { in hw_wait_while_equals32()
553 bool has_timeout = true; in hw_wait_while_equals64() local
567 has_timeout = false; in hw_wait_while_equals64()
587 if (has_timeout) { in hw_wait_while_equals64()
786 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()