OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcquireLoad
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/base/
atomicops.h
34
static int
AcquireLoad
(volatile const int* i) {
62
static int
AcquireLoad
(volatile const int* i) {
event_tracer.cc
222
if (rtc::AtomicOps::
AcquireLoad
(&g_event_logging_active) == 0)
refcount.h
117
return AtomicOps::
AcquireLoad
(&ref_count_) == 1;
/external/webrtc/webrtc/modules/pacing/
packet_router.cc
76
int prev_seq = rtc::AtomicOps::
AcquireLoad
(&transport_seq_);
/external/webrtc/webrtc/video/
video_capture_input.cc
129
if (rtc::AtomicOps::
AcquireLoad
(&stop_))
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm
[
all
...]
/external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc
556
return rtc::AtomicOps::
AcquireLoad
(&level_filter_);
Completed in 98 milliseconds