Home
last modified time | relevance | path

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

/third_party/grpc/src/core/util/
Dthd.h60 Options& set_joinable(bool joinable) { in set_joinable()
64 bool joinable() const { return joinable_; } in joinable() function
/third_party/grpc/src/core/util/windows/
Dthd.cc43 bool joinable; // whether it is joinable member
/third_party/grpc/src/core/util/posix/
Dthd.cc55 bool joinable; member