Home
last modified time | relevance | path

Searched defs:proprietor (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c433 turnstile_hash(uintptr_t proprietor) in turnstile_hash()
470 turnstile_hash_bucket_lock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t type) in turnstile_hash_bucket_lock()
517 turnstile_hash_bucket_unlock(uintptr_t proprietor, uint32_t *index_proprietor, turnstile_type_t typ… in turnstile_hash_bucket_unlock()
562 uintptr_t proprietor, in turnstile_htable_lookup_add()
635 uintptr_t proprietor, in turnstable_htable_lookup_remove()
712 uintptr_t proprietor, in turnstile_htable_lookup()
947 uintptr_t proprietor, in turnstile_prepare_common()
980 uintptr_t proprietor, in turnstile_prepare()
1017 uintptr_t proprietor, in turnstile_prepare_compact_id()
1058 uintptr_t proprietor, in turnstile_prepare_hash()
[all …]
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c4319 uintptr_t proprietor; in workq_threadreq_select() local