Searched refs:bound_thread_info (Results 1 – 1 of 1) sorted by relevance
92 thread_basic_info_data_t bound_thread_info; variable94 kr = thread_info(thread_port, THREAD_BASIC_INFO, (thread_info_t)&bound_thread_info, &count);101 …uint64_t bound_usr_usec = (uint64_t)bound_thread_info.user_time.seconds * USEC_PER_SEC + (uint64_t…