OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ptrThread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
59
_ptrThread
(NULL),
227
if (
_ptrThread
)
234
_ptrThread
= ThreadWrapper::CreateThread(ThreadFunc,
238
if (
_ptrThread
== NULL)
246
if (!
_ptrThread
->Start(threadID))
250
delete
_ptrThread
;
251
_ptrThread
= NULL;
261
if (
_ptrThread
->Stop())
263
delete
_ptrThread
;
264
_ptrThread
= NULL
[
all
...]
audio_device_wave_win.h
224
ThreadWrapper*
_ptrThread
;
Completed in 32 milliseconds