Home
last modified time | relevance | path

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

/freebsd/lib/libstdthreads/
H A DSymbol.map19 thrd_current;
H A DMakefile22 thrd_create.3 thrd_current.3 \
H A Dthrd.c73 thrd_current(void) in thrd_current() function
H A Dthreads.h101 thrd_t thrd_current(void);
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h155 …LIBCPP_HIDE_FROM_ABI __libcpp_thread_id __libcpp_thread_get_current_id() { return thrd_current(); } in __libcpp_thread_get_current_id()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp147 thrd_t self = thrd_current(); in CreateMainThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp69 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc803 SYMBOL(thrd_current, None, <threads.h>)