Searched refs:thread_get_ctid (Results 1 – 8 of 8) sorted by relevance
161 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()
1531 __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()
110 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()
644 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()
1784 extern ctid_t thread_get_ctid(thread_t thread);
4122 thread_get_ctid(thread_t thread) in thread_get_ctid() function
4238 stackshot_exclave_inspect_ctids[ctid_index] = thread_get_ctid(thread); in kcdata_record_thread_snapshot()
9703 upl->map_addr_owner = thread_get_ctid(current_thread());9710 assert(upl->map_addr_owner == thread_get_ctid(current_thread()));