Home
last modified time | relevance | path

Searched refs:compact_id_resolve (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dcompact_id.h107 extern void **compact_id_resolve(
H A Dlock_group.c151 *compact_id_resolve(&lck_grp_table, 0) = LCK_GRP_NULL; in lck_group_init()
237 return *compact_id_resolve(&lck_grp_table, grp_attr_id); in lck_grp_resolve()
H A Dcompact_id.c89 compact_id_resolve(compact_id_table_t table, compact_id_t cid) in compact_id_resolve() function
H A Dthread.c399 *compact_id_resolve(&ctid_table, 0) = &init_thread; in thread_bootstrap()
4131 *compact_id_resolve(&ctid_table, 0) = THREAD_NULL; in ctid_table_init()
4177 return *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread_unsafe()
4188 thread = *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread()
H A Dturnstile.c933 ts = *compact_id_resolve(&ctsid_table, ctsid_unmangle(tsid)); in turnstile_get_by_id()
1042 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = ret_turnstile; in turnstile_prepare_compact_id()
1207 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = NULL; in turnstile_complete_compact_id()