Home
last modified time | relevance | path

Searched defs:joinable (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/thread/
H A Darch.c14 void *data, int joinable) in ossl_crypto_thread_native_start()
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool joinable() const noexcept { return get_id() != id(); } in joinable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h97 bool joinable() const noexcept { return Thread != native_handle_type(); } in joinable() function
/freebsd/crypto/openssl/include/internal/
H A Dthread_arch.h81 int joinable; member