Searched refs:ThreadWrapper (Results 1 – 18 of 18) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | thread_unittest.cc | 69 ThreadWrapper* thread = ThreadWrapper::CreateThread(&NullRunFunction); in TEST_F() 85 ThreadWrapper* thread = ThreadWrapper::CreateThread(&SetFlagRunFunction, in TEST_F()
|
D | critical_section_unittest.cc | 103 ThreadWrapper* thread = ThreadWrapper::CreateThread( in TEST_F() 135 ThreadWrapper* thread = ThreadWrapper::CreateThread(&LockUnlockRunFunction, in TEST_F()
|
D | thread.cc | 20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, in CreateThread()
|
D | thread_posix.h | 22 class ThreadPosix : public ThreadWrapper 25 static ThreadWrapper* Create(ThreadRunFunction func, ThreadObj obj,
|
D | cpu_win.h | 26 class ThreadWrapper; variable 62 ThreadWrapper* cpu_polling_thread;
|
D | condition_variable_unittest.cc | 163 thread_ = ThreadWrapper::CreateThread(&WaitingRunFunction, in SetUp() 187 ThreadWrapper* thread_;
|
D | thread_win.cc | 24 : ThreadWrapper(), in ThreadWindows() 66 uint32_t ThreadWrapper::GetThreadId() { in GetThreadId()
|
D | thread_posix.cc | 77 ThreadWrapper* ThreadPosix::Create(ThreadRunFunction func, ThreadObj obj, in Create() 119 uint32_t ThreadWrapper::GetThreadId() { in GetThreadId()
|
D | cpu_measurement_harness.h | 20 class ThreadWrapper; variable
|
D | event_posix.h | 55 ThreadWrapper* _timerThread;
|
D | thread_win.h | 22 class ThreadWindows : public ThreadWrapper
|
D | trace_impl.h | 119 ThreadWrapper& _thread;
|
D | event_posix.cc | 228 _timerThread = ThreadWrapper::CreateThread(Run, this, kRealtimePriority, in StartTimer()
|
D | trace_impl.cc | 75 _thread(*ThreadWrapper::CreateThread(TraceImpl::Run, this, in TraceImpl() 143 WebRtc_UWord32 threadId = ThreadWrapper::GetThreadId(); in AddThreadId()
|
D | cpu_win.cc | 94 cpu_polling_thread = ThreadWrapper::CreateThread( in AllocateComplexDataTypes()
|
D | data_log.cc | 354 file_writer_thread_ = ThreadWrapper::CreateThread( in Init()
|
/external/webrtc/src/system_wrappers/interface/ |
D | thread_wrapper.h | 41 class ThreadWrapper 46 virtual ~ThreadWrapper() {}; in ~ThreadWrapper() 56 static ThreadWrapper* CreateThread(ThreadRunFunction func = 0,
|
D | data_log_impl.h | 36 class ThreadWrapper; variable 151 ThreadWrapper* file_writer_thread_;
|