Searched refs:__thrd_current (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/errno/
H A D__errno_location.c4 return &__thrd_current()->errno_value;
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dsafestack.c6 return __thrd_current()->unsafe_stack.iov_base;
10 return (void*)__thrd_current()->abi.unsafe_sp;
H A Dtss_set.c5 thrd_t self = __thrd_current();
H A D__tls_get_addr.c6 thrd_t self = __thrd_current();
H A Dtss.c36 thrd_t self = __thrd_current();
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Duselocale.c6 thrd_t self = __thrd_current();
/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A D__cxa_thread_atexit.c19 thrd_t self = __thrd_current();
39 thrd_t self = __thrd_current();
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dlocale_impl.h34 #define CURRENT_LOCALE (__thrd_current()->locale)
36 #define CURRENT_UTF8 (!!__thrd_current()->locale->cat[LC_CTYPE])
H A Dthreads_impl.h129 static inline thrd_t __thrd_current(void) { function
/fuchsia/zircon/third_party/ulib/musl/src/ldso/
H A Ddlerror.c8 thrd_t self = __thrd_current();
20 thrd_t self = __thrd_current();
28 thrd_t self = __thrd_current();

Completed in 21 milliseconds