Searched refs:GetThreadSelf (Results 1 – 10 of 10) sorted by relevance
257 auto self = GetThreadSelf(); in HwasanThreadStartFunc()312 hwasanThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
434 auto self = GetThreadSelf(); in ThreadStartFunc() 496 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()
306 uptr current = GetThreadSelf(); in Lock()
54 uptr GetThreadSelf() { in GetThreadSelf() function
115 uptr GetThreadSelf() { in GetThreadSelf() function
83 uptr GetThreadSelf();
228 auto self = GetThreadSelf(); in asan_thread_start()309 asanThreadArgRetval().Finish(GetThreadSelf(), retval); in INTERCEPTOR()
450 (void *)GetThreadSelf()); in SetCurrentThread()