OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasBeenJoined
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/threading/
simple_thread_unittest.cc
87
EXPECT_FALSE(thread.
HasBeenJoined
());
92
EXPECT_FALSE(thread.
HasBeenJoined
());
96
EXPECT_TRUE(thread.
HasBeenJoined
());
simple_thread.cc
26
DCHECK(
HasBeenJoined
()) << "SimpleThread destroyed without being Join()ed.";
38
DCHECK(!
HasBeenJoined
()) << "Tried to Join a thread multiple times.";
simple_thread.h
102
bool
HasBeenJoined
() { return joined_; }
Completed in 989 milliseconds