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