Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libstdthreads/
H A DSymbol.map19 thrd_current;
H A DMakefile23 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-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp149 thrd_t self = thrd_current(); in CreateMainThread()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp69 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); } in GetThreadSelf()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__threading_support426 __libcpp_thread_id __libcpp_thread_get_current_id() { return thrd_current(); }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc803 SYMBOL(thrd_current, None, <threads.h>)