OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentThread
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/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/webrtc/webrtc/base/
thread.cc
45
return ThreadManager::Instance()->
CurrentThread
();
78
Thread *ThreadManager::
CurrentThread
() {
100
Thread *ThreadManager::
CurrentThread
() {
110
Thread* result =
CurrentThread
();
119
Thread* t =
CurrentThread
();
515
if (!ThreadManager::Instance()->
CurrentThread
()) {
522
if (ThreadManager::Instance()->
CurrentThread
() == this) {
thread.h
43
Thread*
CurrentThread
();
/external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc
127
signaling_thread_(rtc::ThreadManager::Instance()->
CurrentThread
()),
/external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc
424
RTC_CHECK(codec_thread_ == ThreadManager::Instance()->
CurrentThread
())
[
all
...]
Completed in 164 milliseconds