Searched refs:GetThreadSelf (Results 1 – 10 of 10) sorted by relevance
257 auto self = GetThreadSelf(); in HwasanThreadStartFunc()312 hwasanThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
194 (void *)GetThreadSelf()); in SetCurrentThread()
463 auto self = GetThreadSelf(); in ThreadStartFunc()525 GetThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
69 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function71 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
309 uptr current = GetThreadSelf(); in Lock()
54 uptr GetThreadSelf() { in GetThreadSelf() function
83 uptr GetThreadSelf();
115 uptr GetThreadSelf() { in GetThreadSelf() function
228 auto self = GetThreadSelf(); in asan_thread_start()309 asanThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
445 (void *)GetThreadSelf()); in SetCurrentThread()