Searched refs:compact_id_resolve (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | compact_id.h | 107 extern void **compact_id_resolve(
|
| H A D | lock_group.c | 149 *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 D | compact_id.c | 89 compact_id_resolve(compact_id_table_t table, compact_id_t cid) in compact_id_resolve() function
|
| H A D | thread.c | 412 *compact_id_resolve(&ctid_table, 0) = &init_thread; in thread_bootstrap() 3981 *compact_id_resolve(&ctid_table, 0) = THREAD_NULL; in ctid_table_init() 4027 return *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread_unsafe() 4038 thread = *compact_id_resolve(&ctid_table, ctid_unmangle(ctid)); in ctid_get_thread()
|
| H A D | turnstile.c | 979 ts = *compact_id_resolve(&ctsid_table, ctsid_unmangle(tsid)); in turnstile_get_by_id() 1088 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = ret_turnstile; in turnstile_prepare_compact_id() 1253 *compact_id_resolve(&ctsid_table, ctsid_unmangle(ctsid)) = NULL; in turnstile_complete_compact_id()
|