Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Dmutex.h44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__mutex/
H A Dmutex.h44 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__m_; } in native_handle() function
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h99 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return __thread_.native_h… in native_handle() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h104 native_handle_type native_handle() const noexcept { return Thread; } in native_handle() function
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h173 _LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() { return &__cv_; } in native_handle() function