Searched refs:ThreadPosix (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.h22 class ThreadPosix : public ThreadWrapper class in namespace:webrtc
28 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
30 ~ThreadPosix();
H A Dthread_posix.cc72 static_cast<ThreadPosix*>(lpParameter)->Run();
77 ThreadWrapper* ThreadPosix::Create(ThreadRunFunction func, ThreadObj obj,
80 ThreadPosix* ptr = new ThreadPosix(func, obj, prio, threadName);
94 ThreadPosix::ThreadPosix(ThreadRunFunction func, ThreadObj obj, function in class:webrtc::ThreadPosix
129 int ThreadPosix::Construct()
153 ThreadPosix::~ThreadPosix()
164 bool ThreadPosix
[all...]
H A Dthread.cc27 return ThreadPosix::Create(func, obj, prio, threadName);

Completed in 117 milliseconds