joined_            42 base/threading/simple_thread.cc   joined_ = true;
joined_           102 base/threading/simple_thread.h   bool HasBeenJoined() { return joined_; }
joined_           120 base/threading/simple_thread.h   bool joined_;                  // True if Join has been called.
joined_            27 mojo/public/cpp/utility/lib/thread.cc   assert(!started_ || joined_);
joined_            32 mojo/public/cpp/utility/lib/thread.cc   assert(!joined_);
joined_            55 mojo/public/cpp/utility/lib/thread.cc   assert(!joined_);
joined_            57 mojo/public/cpp/utility/lib/thread.cc   joined_ = true;
joined_            55 mojo/public/cpp/utility/thread.h   bool joined_;
joined_            76 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc         : done_(false), joined_(false), callback_(callback) {
joined_            84 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       if (!joined_) Join();
joined_            92 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       joined_ = true;
joined_           110 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     bool joined_;