Home
last modified time | relevance | path

Searched refs:thrd_current (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_thrd.c76 ATF_TC(thrd_current);
77 ATF_TC_HEAD(thrd_current, tc) in ATF_TC_HEAD() argument
89 ATF_TC_BODY(thrd_current, tc) in ATF_TC_BODY() argument
93 s = thrd_current(); in ATF_TC_BODY()
230 ATF_TP_ADD_TC(tp, thrd_current); in ATF_TP_ADD_TCS()
/netbsd-src/lib/libpthread/
H A Dthreads.h106 thrd_t thrd_current(void);
H A Dthrd.c97 thrd_current(void) in thrd_current() function
H A DMakefile279 MLINKS+= thrd.3 thrd_current.3
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fuchsia.cc126 thrd_t self = thrd_current(); in CreateMainThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fuchsia.cc128 thrd_t self = thrd_current(); in CreateMainThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp150 thrd_t self = thrd_current(); in CreateMainThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cpp68 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cc67 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf521 #thrd_current, 11 -- C11 threads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf521 #thrd_current, 11 -- C11 threads
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support680 return thrd_current();