Lines Matching defs:os_id
282 void AsanThread::ThreadStart(tid_t os_id) {
284 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr);
469 context->os_id = GetTid();
472 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) {
474 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id));
500 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
503 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id);
519 void GetThreadExtraStackRangesLocked(tid_t os_id,
521 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id);
540 tctx->os_id, reinterpret_cast<InternalMmapVector<Range> *>(arg));
554 tctx->os_id);