HomeSort by relevance Sort by last modified time
    Searched refs:GUARDED_BY (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /art/runtime/
trace.h 242 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);
300 std::unordered_map<ArtMethod*, uint32_t> art_method_id_map_ GUARDED_BY(unique_methods_lock_);
301 std::vector<ArtMethod*> unique_methods_ GUARDED_BY(unique_methods_lock_);
debugger.h     [all...]
oat_file.h 314 mutable Table secondary_oat_dex_files_ GUARDED_BY(secondary_lookup_lock_);
321 mutable std::list<std::string> string_cache_ GUARDED_BY(secondary_lookup_lock_);
runtime.h 759 std::string fault_message_ GUARDED_BY(fault_message_lock_);
763 size_t threads_being_born_ GUARDED_BY(Locks::runtime_shutdown_lock_);
766 std::unique_ptr<ConditionVariable> shutdown_cond_ GUARDED_BY(Locks::runtime_shutdown_lock_);
769 bool shutting_down_ GUARDED_BY(Locks::runtime_shutdown_lock_);
772 bool shutting_down_started_ GUARDED_BY(Locks::runtime_shutdown_lock_);
java_vm_ext.h 216 ConditionVariable weak_globals_add_condition_ GUARDED_BY(weak_globals_lock_);
mem_map.h 240 static Maps* maps_ GUARDED_BY(Locks::mem_maps_lock_);
thread.h     [all...]
java_vm_ext.cc 189 ConditionVariable jni_on_load_cond_ GUARDED_BY(jni_on_load_lock_);
191 uint32_t jni_on_load_thread_id_ GUARDED_BY(jni_on_load_lock_);
193 JNI_OnLoadState jni_on_load_result_ GUARDED_BY(jni_on_load_lock_);
313 GUARDED_BY(Locks::jni_libraries_lock_);
    [all...]
class_linker.h     [all...]
  /art/compiler/utils/
swap_space.h 92 FreeByStartSet free_by_start_ GUARDED_BY(lock_);
94 FreeBySizeSet free_by_size_ GUARDED_BY(lock_);
dedupe_set-inl.h 178 HashSet<HashedKey<StoreKey>, ShardEmptyFn, ShardHashFn, ShardPred> keys_ GUARDED_BY(lock_);
  /art/compiler/driver/
compiler_driver.h 643 GUARDED_BY(requires_constructor_barrier_lock_);
648 ClassTable compiled_classes_ GUARDED_BY(compiled_classes_lock_);
658 MethodTable compiled_methods_ GUARDED_BY(compiled_methods_lock_);
661 size_t non_relative_linker_patch_count_ GUARDED_BY(compiled_methods_lock_);
718 std::vector<DexFileMethodSet> dex_to_dex_references_ GUARDED_BY(dex_to_dex_references_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/runtime/verifier/
method_verifier.h     [all...]
  /art/runtime/gc/collector/
garbage_collector.h 214 Histogram<uint64_t> pause_histogram_ GUARDED_BY(pause_histogram_lock_);
  /art/runtime/jit/
jit.h 186 Histogram<uint64_t> memory_use_ GUARDED_BY(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/compiler/dex/quick/
dex_file_method_inliner.h 390 SafeMap<uint32_t, InlineMethod> inline_methods_ GUARDED_BY(lock_);
  /art/runtime/base/
macros.h 250 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x))
  /external/clang/test/PCH/
thread-safety-attrs.cpp 13 #define GUARDED_BY(x) __attribute__ ((guarded_by(x)))
102 int sls_guardby_var __attribute__((guarded_by(sls_mu))) = 0;
109 int x __attribute__((guarded_by(mu)));

Completed in 1465 milliseconds

1 2 3 45 6