OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformThread
(Results
101 - 115
of
115
) sorted by null
1
2
3
4
5
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc
441
rtc::
PlatformThread
render_thread_;
442
rtc::
PlatformThread
capture_thread_;
443
rtc::
PlatformThread
stats_thread_;
[
all
...]
/external/libchrome/base/timer/
timer_unittest.cc
297
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(100));
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc
203
_ptrThreadRec.reset(new rtc::
PlatformThread
(
210
_ptrThreadPlay.reset(new rtc::
PlatformThread
(
233
rtc::
PlatformThread
* tmpThread = _ptrThreadRec.release();
243
rtc::
PlatformThread
* tmpThread = _ptrThreadPlay.release();
[
all
...]
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.cc
283
_captureThread.reset(new rtc::
PlatformThread
(
/external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc
[
all
...]
trace_event_unittest.cc
151
const char* name =
PlatformThread
::GetName();
165
PlatformThread
::SetName(old_thread_name_ ? old_thread_name_ : "");
[
all
...]
/external/libchrome/dbus/
bus.cc
189
origin_thread_id_(base::
PlatformThread
::CurrentId()),
838
DCHECK_EQ(origin_thread_id_, base::
PlatformThread
::CurrentId());
[
all
...]
/external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc
297
_screenUpdateThread.reset(new rtc::
PlatformThread
(
308
rtc::
PlatformThread
* tmpPtr = _screenUpdateThread.release();
[
all
...]
/external/libchrome/base/
logging.cc
769
stream_ << base::
PlatformThread
::CurrentId() << ':';
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc
180
rtc::
PlatformThread
_thread;
[
all
...]
/external/libchrome/base/test/
trace_event_analyzer_unittest.cc
415
base::
PlatformThread
::Sleep(kSleepTime);
461
base::
PlatformThread
::Sleep(kSleepTime);
/external/libchrome/base/time/
time_unittest.cc
576
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
656
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
231
_ptrThread.reset(new rtc::
PlatformThread
(ThreadFunc, this, threadName));
292
rtc::
PlatformThread
* tmpThread = _ptrThread.release();
[
all
...]
/system/tpm/attestation/server/
attestation_service_test.cc
441
base::
PlatformThread
::Sleep(base::TimeDelta::FromMilliseconds(10));
[
all
...]
Completed in 972 milliseconds
1
2
3
4
5