Lines Matching refs:current_thread

885 	thread_t thread = current_thread();  in exclaves_allocate_ipc_buffer()
913 thread_t thread = current_thread(); in exclaves_free_ipc_buffer()
943 assert(thread == current_thread()); in exclaves_thread_terminate()
967 thread_t thread = current_thread(); in exclaves_get_ipc_buffer()
1021 thread_t thread = current_thread(); in exclaves_boot_early()
1147 arm_sme_saved_state_t *sme_state = machine_thread_get_sme_state(current_thread()); in exclaves_save_matrix_state()
1161 arm_sme_saved_state_t *sme_state = machine_thread_get_sme_state(current_thread()); in exclaves_restore_matrix_state()
1190 thread_t thread = current_thread(); in exclaves_enter()
1586 while ((os_atomic_load(&current_thread()->th_exclaves_inspection_state, in exclaves_scheduler_request()
1663 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_yield()
1688 thread_t thread = current_thread(); in handle_response_spawned()
1719 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_terminated()
1738 thread_t thread = current_thread(); in handle_response_wait()
1812 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_wake()
1843 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_wake_with_owner()
1876 __assert_only thread_t thread = current_thread(); in handle_response_panic_wait()
1895 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_suspended()
1931 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_resumed()
1961 __assert_only ctid_t ctid = thread_get_ctid(current_thread()); in handle_response_interrupted()
2187 thread_t thread = current_thread(); in exclaves_scheduler_request_update_timer()
2245 thread_t thread = current_thread(); in exclaves_scheduler_request_boot()
2337 thread_t thread = current_thread(); in exclaves_scheduler_request_resume()
2464 thread_t thread = current_thread(); in exclaves_scheduler_request_watchdog_panic()