Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dcompact_id.h107 extern void **compact_id_resolve(
H A Dlock_group.c149 *compact_id_resolve(&lck_grp_table, 0) = LCK_GRP_NULL; in lck_group_init()
235 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.c414 *compact_id_resolve(&ctid_table, 0) = &init_thread; in thread_bootstrap()
3997 *compact_id_resolve(&ctid_table, 0) = THREAD_NULL; in ctid_table_init()
4043 return *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread_unsafe()
4054 thread = *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread()
H A Dturnstile.c981 ts = *compact_id_resolve(&ctsid_table, ctsid_unmangle(tsid)); in turnstile_get_by_id()
1090 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = ret_turnstile; in turnstile_prepare_compact_id()
1255 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = NULL; in turnstile_complete_compact_id()