Home
last modified time | relevance | path

Searched refs:CurrentThread (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/threading/
Dthread_collision_warner.cc16 static subtle::Atomic32 CurrentThread() { in CurrentThread() function
31 subtle::Atomic32 current_thread_id = CurrentThread(); in EnterSelf()
46 subtle::Atomic32 current_thread_id = CurrentThread(); in Enter()
/external/webrtc/webrtc/base/
Dthread.cc45 return ThreadManager::Instance()->CurrentThread(); in Current()
78 Thread *ThreadManager::CurrentThread() { in CurrentThread() function in rtc::ThreadManager
100 Thread *ThreadManager::CurrentThread() { in CurrentThread() function in rtc::ThreadManager
110 Thread* result = CurrentThread(); in WrapCurrentThread()
119 Thread* t = CurrentThread(); in UnwrapCurrentThread()
515 if (!ThreadManager::Instance()->CurrentThread()) { in AutoThread()
522 if (ThreadManager::Instance()->CurrentThread() == this) { in ~AutoThread()
Dthread.h43 Thread* CurrentThread();
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DThreadingModelTest.cs95 var threadName = Thread.CurrentThread.Name ?? ""; in IsRunningOnGrpcThreadPool()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs209 Thread.CurrentThread.Name); in RunHandlerLoop()
/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.cc127 signaling_thread_(rtc::ThreadManager::Instance()->CurrentThread()), in PeerConnectionFactory()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc424 RTC_CHECK(codec_thread_ == ThreadManager::Instance()->CurrentThread()) in CheckOnCodecThread()