Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c393 *compact_id_resolve(&ctid_table, 0) = &init_thread; in thread_bootstrap()
4077 *compact_id_resolve(&ctid_table, 0) = THREAD_NULL; in ctid_table_init()
4123 return *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread_unsafe()
4134 thread = *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread()
H A Dturnstile.c930 ts = *compact_id_resolve(&ctsid_table, ctsid_unmangle(tsid)); in turnstile_get_by_id()
1039 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = ret_turnstile; in turnstile_prepare_compact_id()
1204 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = NULL; in turnstile_complete_compact_id()