Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c393 *compact_id_resolve(&ctid_table, 0) = &init_thread; in thread_bootstrap()
4068 *compact_id_resolve(&ctid_table, 0) = THREAD_NULL; in ctid_table_init()
4114 return *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread_unsafe()
4125 thread = *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread()
H A Dturnstile.c983 ts = *compact_id_resolve(&ctsid_table, ctsid_unmangle(tsid)); in turnstile_get_by_id()
1092 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = ret_turnstile; in turnstile_prepare_compact_id()
1257 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = NULL; in turnstile_complete_compact_id()