Home
last modified time | relevance | path

Searched refs:_LIBCPP_CONDVAR_INITIALIZER (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dcondition_variable_destructor.cpp26 __libcpp_condvar_t __cv_ = _LIBCPP_CONDVAR_INITIALIZER;
H A Dcall_once.cpp28 static constinit __libcpp_condvar_t cv = _LIBCPP_CONDVAR_INITIALIZER;
H A Dmutex.cpp
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h64 #define _LIBCPP_CONDVAR_INITIALIZER 0 macro
H A Dc11.h84 #define _LIBCPP_CONDVAR_INITIALIZER macro
H A Dpthread.h112 #define _LIBCPP_CONDVAR_INITIALIZER PTHREAD_COND_INITIALIZER macro
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h43 __libcpp_condvar_t __cv_ = _LIBCPP_CONDVAR_INITIALIZER; in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG()