Home
last modified time | relevance | path

Searched refs:thread_get_ctid (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dkern_apfs_reflock.c161 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_try_get_ref()
229 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_try_put_ref()
308 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_try_lock()
366 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_wait_for_unlock()
452 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_unlock()
H A Dexclaves.c1531 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_yield()
1557 __assert_only ctid_t ctid = thread_get_ctid(thread); in handle_response_spawned()
1587 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_terminated()
1607 __assert_only ctid_t ctid = thread_get_ctid(thread); in handle_response_wait()
1680 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_wake()
1711 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_wake_with_owner()
1763 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_suspended()
1799 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_resumed()
1829 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_interrupted()
2202 const ctid_t ctid = thread_get_ctid(thread); in exclaves_scheduler_request_resume()
H A Dexclaves_inspection.c110 pctid_list[count] = thread_get_ctid(thread); in prepare_scid_list_stackshot()
130 pctid_list[count] = thread_get_ctid(thread); in prepare_scid_list_kperf()
H A Depoch_sync.c644 const ctid_t ctid = thread_get_ctid(current_thread()); in test_lock()
687 const ctid_t ctid = thread_get_ctid(current_thread()); in test_unlock()
H A Dthread.h1784 extern ctid_t thread_get_ctid(thread_t thread);
H A Dthread.c4122 thread_get_ctid(thread_t thread) in thread_get_ctid() function
H A Dkern_stackshot.c4238 stackshot_exclave_inspect_ctids[ctid_index] = thread_get_ctid(thread); in kcdata_record_thread_snapshot()
/xnu-11215/osfmk/vm/
H A Dvm_pageout.c9703 upl->map_addr_owner = thread_get_ctid(current_thread());
9710 assert(upl->map_addr_owner == thread_get_ctid(current_thread()));