Home
last modified time | relevance | path

Searched defs:RTC_GUARDED_BY (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dtask_queue_stdlib.cc103 bool thread_should_quit_ RTC_GUARDED_BY(pending_lock_){false}; in RTC_GUARDED_BY() function in webrtc::__anon71489c110111::TaskQueueStdlib
107 OrderId thread_posting_order_ RTC_GUARDED_BY(pending_lock_){}; in RTC_GUARDED_BY() function in webrtc::__anon71489c110111::TaskQueueStdlib
Dthread_annotations.h31 #define RTC_GUARDED_BY(x) RTC_THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro