Home
last modified time | relevance | path

Searched refs:RTC_SHARED_TRYLOCK_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dthread_annotations.h85 #define RTC_SHARED_TRYLOCK_FUNCTION(...) \ macro
Dthread_annotations_unittest.cc24 bool TryEnterRead() const RTC_SHARED_TRYLOCK_FUNCTION(true) { return true; } in TryEnterRead()