Searched defs:GetThreadSelf (Results 1 – 11 of 11) sorted by relevance
54 uptr GetThreadSelf() { in GetThreadSelf() function
68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
111 uptr GetThreadSelf() { in GetThreadSelf() function
63 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
67 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
94 uptr GetThreadSelf() { in GetThreadSelf() function
56 uptr GetThreadSelf() { in GetThreadSelf() function
61 uptr GetThreadSelf() { return static_cast<uptr>(pthread_self()); } in GetThreadSelf() function
65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf() function
92 uptr GetThreadSelf() { in GetThreadSelf() function