Lines Matching refs:os_id
408 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() local
409 LOG_THREADS("Processing thread %llu.\n", os_id); in ProcessThreads()
413 GetThreadRangesLocked(os_id, &stack_begin, &stack_end, &tls_begin, in ProcessThreads()
418 LOG_THREADS("Thread %llu not found in registry.\n", os_id); in ProcessThreads()
425 Report("Unable to get registers from thread %llu.\n", os_id); in ProcessThreads()
468 GetThreadExtraStackRangesLocked(os_id, &extra_ranges); in ProcessThreads()
501 __libc_iterate_dynamic_tls(os_id, cb, frontier); in ProcessThreads()
517 LOG_THREADS("Thread %llu has DTLS under destruction.\n", os_id); in ProcessThreads()
716 for (auto os_id : unsuspended) { in ReportUnsuspendedThreads() local
717 uptr i = InternalLowerBound(threads, os_id); in ReportUnsuspendedThreads()
718 if (i >= threads.size() || threads[i] != os_id) in ReportUnsuspendedThreads()
721 os_id); in ReportUnsuspendedThreads()