Home
last modified time | relevance | path

Searched defs:native_handle_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Dmutex.h43 typedef __libcpp_mutex_t* native_handle_type; typedef
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h41 using native_handle_type = thread::native_handle_type; variable
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h80 typedef __libcpp_condvar_t* native_handle_type; in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() typedef