Searched refs:thrd_current (Results 1 – 6 of 6) sorted by relevance
320 thrd_t t1 = thrd_current(); in TEST()323 thrd_t t2 = thrd_current(); in TEST()325 thrd_t t2_2 = thrd_current(); in TEST()328 thrd_t t1_2 = thrd_current(); in TEST()
71 FUNCTION(thrd_current, thrd_t (*f)(void)); in threads_h()
163 thrd_t thrd_current(void) __INTRODUCED_IN(30);
152 __BIONIC_THREADS_INLINE thrd_t thrd_current(void) { in thrd_current() function
1510 thrd_current;