Lines Matching defs:tident
616 thread_identifier_info_data_t tident;
618 kr = thread_info(mach_port_id, THREAD_IDENTIFIER_INFO, (thread_info_t)&tident,
623 return tident.thread_id;
630 thread_identifier_info_data_t tident;
633 (thread_info_t)&tident, &tident_count);
638 if (m_process->ReadMemory(tident.thread_handle, 8, &addr) == 8) {
645 if (m_process->ReadMemory(tident.thread_handle, 4, &addr) == 4) {
710 thread_identifier_info_data_t tident;
713 (thread_info_t)&tident, &tident_count);
714 if (kr == KERN_SUCCESS && tident.dispatch_qaddr != 0 &&
715 tident.dispatch_qaddr != INVALID_NUB_ADDRESS) {
720 if (m_process->ReadMemory(tident.dispatch_qaddr, 8, &addr) == 8) {
726 if (m_process->ReadMemory(tident.dispatch_qaddr, 4, &addr) == 4) {