Searched refs:GetThreadSelf (Results 1 – 8 of 8) sorted by relevance
65 u32 tid = ThreadCreate(0, GetThreadSelf(), true, &args); in InitializeMainThread()
202 (void *)GetThreadSelf()); in SetCurrentThread()
110 uptr GetThreadSelf() { in GetThreadSelf() function840 owner_ = GetThreadSelf(); in Lock()849 void BlockingMutex::CheckLocked() const { CHECK_EQ(owner_, GetThreadSelf()); } in CheckLocked()
68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function70 tid_t GetTid() { return GetThreadSelf(); } in GetTid()
257 uptr current = GetThreadSelf(); in Lock()
54 uptr GetThreadSelf() { in GetThreadSelf() function
86 uptr GetThreadSelf();
447 (void *)GetThreadSelf()); in SetCurrentThread()