Searched refs:thrd_current (Results 1 – 13 of 13) sorted by relevance
76 ATF_TC(thrd_current);77 ATF_TC_HEAD(thrd_current, tc) in ATF_TC_HEAD() argument89 ATF_TC_BODY(thrd_current, tc) in ATF_TC_BODY() argument93 s = thrd_current(); in ATF_TC_BODY()230 ATF_TP_ADD_TC(tp, thrd_current); in ATF_TP_ADD_TCS()
106 thrd_t thrd_current(void);
97 thrd_current(void) in thrd_current() function
279 MLINKS+= thrd.3 thrd_current.3
126 thrd_t self = thrd_current(); in CreateMainThread()
128 thrd_t self = thrd_current(); in CreateMainThread()
150 thrd_t self = thrd_current(); in CreateMainThread()
65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
67 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
521 #thrd_current, 11 -- C11 threads
680 return thrd_current();