Home
last modified time | relevance | path

Searched defs:pthread_once (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A D_pthreadtypes.h93 struct pthread_once { struct
94 int state;
95 pthread_mutex_t mutex;
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h152 #define pthread_once _pthread_once macro
/freebsd/lib/libc/include/
H A Dnamespace.h171 #define pthread_once _pthread_once macro
/freebsd/contrib/libcxxrt/
H A Dexception.cc42 #pragma weak pthread_once macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1587 TSAN_INTERCEPTOR(int, pthread_once, void *o, void (*f)()) { in TSAN_INTERCEPTOR() argument