OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadWindows
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_win.cc
23
ThreadWindows
::
ThreadWindows
(ThreadRunFunction func, ThreadObj obj,
46
ThreadWindows
::~
ThreadWindows
() {
65
unsigned int WINAPI
ThreadWindows
::StartThread(LPVOID lp_parameter) {
66
static_cast<
ThreadWindows
*>(lp_parameter)->Run();
70
bool
ThreadWindows
::Start(unsigned int& thread_id) {
105
bool
ThreadWindows
::SetAffinity(const int* processor_numbers,
120
void
ThreadWindows
::SetNotAlive() {
124
bool
ThreadWindows
::Stop()
[
all
...]
thread_win.h
23
class
ThreadWindows
: public ThreadWrapper {
25
ThreadWindows
(ThreadRunFunction func, ThreadObj obj, ThreadPriority prio,
27
virtual ~
ThreadWindows
();
Completed in 86 milliseconds