OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadPosix
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/source/
thread_posix.h
22
class
ThreadPosix
: public ThreadWrapper
28
ThreadPosix
(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
30
~
ThreadPosix
();
thread_posix.cc
72
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,
129
int
ThreadPosix
::Construct()
153
ThreadPosix
::~
ThreadPosix
()
164
bool
ThreadPosix
::Start(unsigned int& threadID
[
all
...]
thread.cc
27
return
ThreadPosix
::Create(func, obj, prio, threadName);
Completed in 2199 milliseconds