Searched refs:thread_d (Results 1 – 2 of 2) sorted by relevance
62 typedef size_t (*exc_handler_protected_callback_t)(task_id_token_t token, uint64_t thread_d,65 typedef size_t (*exc_handler_state_protected_callback_t)(task_id_token_t token, uint64_t thread_d,
529 uint8_t *thread_d = ops->alloc_data(); in test_matrix_thread_state() local530 kr = ops->thread_get_state(mach_thread, thread_d); in test_matrix_thread_state()535 …T_EXPECT_EQ(memcmp(d, thread_d, size), 0, "thread_get_state() read expected %s data from child thr… in test_matrix_thread_state()538 free(thread_d); in test_matrix_thread_state()