Lines Matching defs:os_id
404 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i));
405 LOG_THREADS("Processing thread %llu.\n", os_id);
409 GetThreadRangesLocked(os_id, &stack_begin, &stack_end, &tls_begin,
414 LOG_THREADS("Thread %llu not found in registry.\n", os_id);
421 Report("Unable to get registers from thread %llu.\n", os_id);
464 GetThreadExtraStackRangesLocked(os_id, &extra_ranges);
497 __libc_iterate_dynamic_tls(os_id, cb, frontier);
513 LOG_THREADS("Thread %llu has DTLS under destruction.\n", os_id);
712 for (auto os_id : unsuspended) {
713 uptr i = InternalLowerBound(threads, os_id);
714 if (i >= threads.size() || threads[i] != os_id)
717 os_id);