Home
last modified time | relevance | path

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

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