OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentThread
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/threading/
thread_collision_warner.cc
16
static subtle::Atomic32
CurrentThread
() {
31
subtle::Atomic32 current_thread_id =
CurrentThread
();
46
subtle::Atomic32 current_thread_id =
CurrentThread
();
/external/chromium_org/base/threading/
thread_collision_warner.cc
16
static subtle::Atomic32
CurrentThread
() {
31
subtle::Atomic32 current_thread_id =
CurrentThread
();
46
subtle::Atomic32 current_thread_id =
CurrentThread
();
/external/chromium/third_party/libjingle/source/talk/base/
thread.cc
76
Thread *ThreadManager::
CurrentThread
() {
98
Thread *ThreadManager::
CurrentThread
() {
109
Thread* result =
CurrentThread
();
131
Thread* t =
CurrentThread
();
503
if (!ThreadManager::
CurrentThread
()) {
509
if (ThreadManager::
CurrentThread
() == this) {
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc
59
return ThreadManager::Instance()->
CurrentThread
();
92
Thread *ThreadManager::
CurrentThread
() {
114
Thread *ThreadManager::
CurrentThread
() {
124
Thread* result =
CurrentThread
();
133
Thread* t =
CurrentThread
();
554
if (!ThreadManager::Instance()->
CurrentThread
()) {
561
if (ThreadManager::Instance()->
CurrentThread
() == this) {
Completed in 80 milliseconds