Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Dthd.h52 Options& set_joinable(bool joinable) { in set_joinable()
56 bool joinable() const { return joinable_; } in joinable() function
Dthd_windows.cc49 bool joinable; /* whether it is joinable */ member
Dthd_posix.cc48 bool joinable; member
/third_party/boost/boost/fiber/
Dfiber.hpp145 bool joinable() const noexcept { in joinable() function in boost::fibers::fiber
/third_party/glib/glib/deprecated/
Dgthread-deprecated.c342 gboolean joinable, in g_thread_create()
369 gboolean joinable, in g_thread_create_full()
Dgthread.h51 gboolean joinable; member
/third_party/boost/boost/process/
Dgroup.hpp98 bool joinable() {return _attached;} in joinable() function in boost::process::group
/third_party/boost/boost/thread/
Dscoped_thread.hpp251 bool joinable() const BOOST_NOEXCEPT in joinable() function in boost::scoped_thread
/third_party/boost/boost/process/detail/
Dchild_decl.hpp90 bool joinable() { return _attached;} in joinable() function in boost::process::child
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp417 bool thread::joinable() const BOOST_NOEXCEPT in joinable() function in boost::thread
/third_party/boost/libs/thread/src/win32/
Dthread.cpp432 bool thread::joinable() const BOOST_NOEXCEPT in joinable() function in boost::thread
/third_party/boost/boost/icl/detail/
Dinterval_set_algo.hpp226 inline bool joinable(const Type& _Type, typename Type::iterator& some, typename Type::iterator& nex… in joinable() function