Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dlock_ticket.c359 bool has_timeout = timeout > 0 || default_timeout > 0; in hw_lck_ticket_contended() local
373 if (has_timeout && timeout == 0) { in hw_lck_ticket_contended()
427 if (has_timeout) { in hw_lck_ticket_contended()
H A Dlocks.c741 bool has_timeout = timeout > 0 || default_timeout > 0; in hw_lock_lock_contended() local
758 if (has_timeout && timeout == 0) { in hw_lock_lock_contended()
780 if (has_timeout) { in hw_lock_lock_contended()
1044 bool has_timeout = timeout > 0 || default_timeout > 0; in hw_lock_bit_to_contended() local
1058 if (has_timeout && timeout == 0) { in hw_lock_bit_to_contended()
1084 if (has_timeout) { in hw_lock_bit_to_contended()