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

/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc33 static_cast<ThreadPosix*>(lpParameter)->Run();
49 ThreadWrapper* ThreadPosix::Create(ThreadRunFunction func, ThreadObj obj,
52 ThreadPosix* ptr = new ThreadPosix(func, obj, prio, threadName);
66 ThreadPosix::ThreadPosix(ThreadRunFunction func, ThreadObj obj, function in class:webrtc::ThreadPosix
86 int ThreadPosix::Construct()
111 ThreadPosix::~ThreadPosix()
121 bool ThreadPosix
[all...]
H A Dthread_posix.h20 class ThreadPosix : public ThreadWrapper class in namespace:webrtc
26 ThreadPosix(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
28 ~ThreadPosix();
H A Dthread.cc27 return ThreadPosix::Create(func, obj, prio, threadName);

Completed in 58 milliseconds