OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GUARDED_BY
(Results
101 - 125
of
143
) sorted by null
1
2
3
4
5
6
/external/google-benchmark/src/
mutex.h
21
#define
GUARDED_BY
(x) THREAD_ANNOTATION_ATTRIBUTE__(
guarded_by
(x))
/external/libcxx/utils/google-benchmark/src/
mutex.h
21
#define
GUARDED_BY
(x) THREAD_ANNOTATION_ATTRIBUTE__(
guarded_by
(x))
/art/runtime/
debugger.h
[
all
...]
oat_file.h
356
mutable Table secondary_oat_dex_files_
GUARDED_BY
(secondary_lookup_lock_);
363
mutable std::list<std::string> string_cache_
GUARDED_BY
(secondary_lookup_lock_);
runtime.h
811
std::string fault_message_
GUARDED_BY
(fault_message_lock_);
815
size_t threads_being_born_
GUARDED_BY
(Locks::runtime_shutdown_lock_);
818
std::unique_ptr<ConditionVariable> shutdown_cond_
GUARDED_BY
(Locks::runtime_shutdown_lock_);
821
bool shutting_down_
GUARDED_BY
(Locks::runtime_shutdown_lock_);
824
bool shutting_down_started_
GUARDED_BY
(Locks::runtime_shutdown_lock_);
thread.h
[
all
...]
class_linker.h
[
all
...]
java_vm_ext.cc
192
ConditionVariable jni_on_load_cond_
GUARDED_BY
(jni_on_load_lock_);
194
uint32_t jni_on_load_thread_id_
GUARDED_BY
(jni_on_load_lock_);
196
JNI_OnLoadState jni_on_load_result_
GUARDED_BY
(jni_on_load_lock_);
315
GUARDED_BY
(Locks::jni_libraries_lock_);
[
all
...]
java_vm_ext.h
242
ConditionVariable weak_globals_add_condition_
GUARDED_BY
(Locks::jni_weak_globals_lock_);
/art/compiler/utils/
swap_space.h
102
FreeByStartSet free_by_start_
GUARDED_BY
(lock_);
104
FreeBySizeSet free_by_size_
GUARDED_BY
(lock_);
dedupe_set-inl.h
179
HashSet<HashedKey<StoreKey>, ShardEmptyFn, ShardHashFn, ShardPred> keys_
GUARDED_BY
(lock_);
/art/runtime/jdwp/
jdwp_adb.cc
138
int control_sock_
GUARDED_BY
(state_lock_);
139
bool shutting_down_
GUARDED_BY
(state_lock_);
/art/runtime/openjdkjvmti/
jvmti_weak_table.h
211
GUARDED_BY
(allow_disallow_lock_)
212
GUARDED_BY
(art::Locks::mutator_lock_);
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc
146
int num_calls_
GUARDED_BY
(crit_sect_);
147
FrameType last_frame_type_
GUARDED_BY
(crit_sect_);
148
int last_payload_type_
GUARDED_BY
(crit_sect_);
149
uint32_t last_timestamp_
GUARDED_BY
(crit_sect_);
150
std::vector<uint8_t> last_payload_vec_
GUARDED_BY
(crit_sect_);
583
int pull_audio_count_
GUARDED_BY
(crit_sect_);
585
int64_t next_insert_packet_time_ms_
GUARDED_BY
(crit_sect_);
849
bool codec_registered_
GUARDED_BY
(crit_sect_);
850
int receive_packet_count_
GUARDED_BY
(crit_sect_);
851
int64_t next_insert_packet_time_ms_
GUARDED_BY
(crit_sect_)
[
all
...]
/art/compiler/driver/
compiler_driver.h
472
GUARDED_BY
(requires_constructor_barrier_lock_);
477
ClassTable compiled_classes_
GUARDED_BY
(compiled_classes_lock_);
541
std::vector<DexFileMethodSet> dex_to_dex_references_
GUARDED_BY
(dex_to_dex_references_lock_);
/art/runtime/verifier/
method_verifier.h
713
ArtMethod* mirror_method_
GUARDED_BY
(Locks::mutator_lock_);
718
Handle<mirror::DexCache> dex_cache_
GUARDED_BY
(Locks::mutator_lock_);
720
Handle<mirror::ClassLoader> class_loader_
GUARDED_BY
(Locks::mutator_lock_);
[
all
...]
/art/runtime/gc/collector/
garbage_collector.h
225
Histogram<uint64_t> pause_histogram_
GUARDED_BY
(pause_histogram_lock_);
/external/webrtc/webrtc/base/
event_tracer.cc
185
std::vector<TraceEvent> trace_events_
GUARDED_BY
(crit_);
physicalsocketserver.h
176
int error_
GUARDED_BY
(crit_);
/external/webrtc/webrtc/video/
video_send_stream_tests.cc
888
TestState test_state_
GUARDED_BY
(crit_);
889
int rtp_count_
GUARDED_BY
(crit_);
890
int last_sequence_number_
GUARDED_BY
(crit_);
891
int suspended_frame_count_
GUARDED_BY
(crit_);
892
int low_remb_bps_
GUARDED_BY
(crit_);
893
int high_remb_bps_
GUARDED_BY
(crit_);
[
all
...]
end_to_end_tests.cc
454
int nacks_left_
GUARDED_BY
(&crit_);
554
std::set<uint32_t> protected_sequence_numbers_
GUARDED_BY
(crit_);
555
std::set<uint32_t> protected_timestamps_
GUARDED_BY
(crit_);
685
uint16_t fec_sequence_number_
GUARDED_BY
(&crit_);
795
uint32_t retransmitted_timestamp_
GUARDED_BY
(&crit_);
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc
206
int render_count_
GUARDED_BY
(crit_) = 0;
207
int capture_count_
GUARDED_BY
(crit_) = 0;
225
bool flag_
GUARDED_BY
(crit_) = false;
/external/webrtc/webrtc/call/
bitrate_estimator_tests.cc
91
Strings received_log_lines_
GUARDED_BY
(crit_sect_);
92
Strings expected_log_lines_
GUARDED_BY
(crit_sect_);
/art/runtime/gc/
system_weak_test.cc
106
GcRoot<mirror::Object> weak_
GUARDED_BY
(allow_disallow_lock_);
/art/runtime/jit/
jit.h
200
Histogram<uint64_t> memory_use_
GUARDED_BY
(lock_);
Completed in 2383 milliseconds
1
2
3
4
5
6