OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapCurrent
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
thread.h
217
bool
WrapCurrent
();
221
// Same as
WrapCurrent
except that it never fails as it does not try to
236
// ThreadManager calls this instead
WrapCurrent
() because
thread_unittest.cc
109
bool
WrapCurrent
() {
110
return Thread::
WrapCurrent
();
258
EXPECT_TRUE(cthread->
WrapCurrent
());
264
current_thread->
WrapCurrent
();
thread.cc
227
bool Thread::
WrapCurrent
() {
Completed in 186 milliseconds