Lines Matching defs:os_id
281 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i));
282 LOG_THREADS("Processing thread %llu.\n", os_id);
285 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end,
291 LOG_THREADS("Thread %llu not found in registry.\n", os_id);
298 Report("Unable to get registers from thread %llu.\n", os_id);
336 ForEachExtraStackRange(os_id, ForEachExtraStackRangeCb, frontier);
368 __libc_iterate_dynamic_tls(os_id, cb, frontier);
384 LOG_THREADS("Thread %llu has DTLS under destruction.\n", os_id);
617 uptr i = InternalLowerBound(suspended_threads, tctx->os_id);
618 if (i >= suspended_threads.size() || suspended_threads[i] != tctx->os_id)
621 tctx->os_id);