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