Searched refs:turnstile_type_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | turnstile.h | 74 } turnstile_type_t; typedef 618 turnstile_lookup_by_proprietor(uintptr_t proprietor, turnstile_type_t type); 689 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type); 707 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… 732 turnstile_type_t type); 755 turnstile_type_t type); 832 …ent, thread_t inheritor, wait_interrupt_t interruptible, uint64_t deadline, turnstile_type_t type); 835 …ent, thread_t inheritor, wait_interrupt_t interruptible, uint64_t deadline, turnstile_type_t type); 838 wakeup_with_inheritor_and_turnstile_type(event_t event, turnstile_type_t type, wait_result_t result… 841 change_sleep_inheritor_and_turnstile_type(event_t event, thread_t inheritor, turnstile_type_t type);
|
| H A D | turnstile.c | 115 static turnstile_type_t 122 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type); 205 uint32_t ts_type:(8 * sizeof(turnstile_type_t)), 206 ts_gencount: (8 * (sizeof(uint32_t) - sizeof(turnstile_type_t))); 210 static turnstile_type_t 216 return (turnstile_type_t) type_and_gencount.ts_type; in turnstile_get_type() 263 turnstile_set_type_and_increment_gencount(struct turnstile *turnstile, turnstile_type_t type) in turnstile_set_type_and_increment_gencount() 446 turnstile_get_bucket(uint32_t index, turnstile_type_t type) in turnstile_get_bucket() 476 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type) in turnstile_hash_bucket_lock() 523 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… in turnstile_hash_bucket_unlock() [all …]
|
| H A D | locks.c | 1781 wakeup_with_inheritor_and_turnstile_type(event_t event, turnstile_type_t type, wait_result_t result… in wakeup_with_inheritor_and_turnstile_type() 1869 turnstile_type_t type, 1923 turnstile_type_t type) in change_sleep_inheritor_and_turnstile_type() 1969 …vent, thread_t inheritor, wait_interrupt_t interruptible, uint64_t deadline, turnstile_type_t type) in lck_mtx_sleep_with_inheritor_and_turnstile_type() 2129 …vent, thread_t inheritor, wait_interrupt_t interruptible, uint64_t deadline, turnstile_type_t type) in lck_rw_sleep_with_inheritor_and_turnstile_type()
|