OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_timerthread
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
event_posix.cc
44
:
_timerThread
(0),
210
if (
_timerThread
)
228
_timerThread
= ThreadWrapper::CreateThread(Run, this, kRealtimePriority,
233
if (
_timerThread
->Start(id))
295
if(
_timerThread
)
297
_timerThread
->SetNotAlive();
303
if (
_timerThread
)
305
if(!
_timerThread
->Stop())
310
delete
_timerThread
;
311
_timerThread
= 0
[
all
...]
event_posix.h
55
ThreadWrapper*
_timerThread
;
Completed in 221 milliseconds