Lines Matching refs:os_id
287 void AsanThread::ThreadStart(tid_t os_id) { in ThreadStart() argument
289 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); in ThreadStart()
474 context->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
477 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { in GetAsanThreadByOsIDLocked() argument
479 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); in GetAsanThreadByOsIDLocked()
505 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument
508 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id); in GetThreadRangesLocked()
524 void GetThreadExtraStackRangesLocked(tid_t os_id, in GetThreadExtraStackRangesLocked() argument
526 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id); in GetThreadExtraStackRangesLocked()
545 tctx->os_id, reinterpret_cast<InternalMmapVector<Range> *>(arg)); in GetThreadExtraStackRangesLocked()
559 tctx->os_id); in GetRunningThreadsLocked()