Home
last modified time | relevance | path

Searched defs:native_handle (Results 1 – 3 of 3) 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/__thread/
H A Djthread.h97 …[[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.h101 native_handle_type native_handle() const noexcept { return Thread; } in native_handle() function