Searched refs:GetThreadSelf (Results 1 – 13 of 13) sorted by relevance
64 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function66 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
76 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function78 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
107 uptr GetThreadSelf() { in GetThreadSelf() function821 owner_ = GetThreadSelf(); in Lock()831 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
257 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
54 uptr GetThreadSelf() { in GetThreadSelf() function
86 uptr GetThreadSelf();
69 uptr GetThreadSelf() { in GetThreadSelf() function678 owner_ = GetThreadSelf(); in Lock()682 CHECK_EQ(owner_, GetThreadSelf()); in Unlock()688 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
53 uptr GetThreadSelf() { in GetThreadSelf() function
76 uptr GetThreadSelf();
65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread()
202 (void *)GetThreadSelf()); in SetCurrentThread()
361 (void *)GetThreadSelf()); in SetCurrentThread()
443 (void *)GetThreadSelf()); in SetCurrentThread()