OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WrapCurrentThread
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
thread.h
73
static Thread *
WrapCurrentThread
();
171
// ThreadManager::
WrapCurrentThread
(). The main thread of an application
thread.cc
58
main_thread_ =
WrapCurrentThread
();
90
main_thread_ =
WrapCurrentThread
();
108
Thread *ThreadManager::
WrapCurrentThread
() {
/external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue_unittest.cc
138
if (rewrap_) ThreadManager::Instance()->
WrapCurrentThread
();
thread.cc
66
WrapCurrentThread
();
105
WrapCurrentThread
();
123
Thread *ThreadManager::
WrapCurrentThread
() {
thread.h
73
Thread *
WrapCurrentThread
();
193
// ThreadManager::
WrapCurrentThread
(). The main thread of an application
Completed in 342 milliseconds