Searched refs:GetThreadSelf (Results 1 – 7 of 7) sorted by relevance
61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function63 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
92 uptr GetThreadSelf() { in GetThreadSelf() function779 owner_ = GetThreadSelf(); in Lock()789 CHECK_EQ(owner_, GetThreadSelf()); in CheckLocked()
65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function67 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
245 uptr current = GetThreadSelf(); in ScopedErrorReportLock()
56 uptr GetThreadSelf() { in GetThreadSelf() function
87 uptr GetThreadSelf();
431 (void *)GetThreadSelf()); in SetCurrentThread()