Home
last modified time | relevance | path

Searched refs:RELEASE_SHARED (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dmutex.h46 #define RELEASE_SHARED(...) \ macro
/external/google-benchmark/src/
Dmutex.h46 #define RELEASE_SHARED(...) \ macro
/external/clang/docs/
DThreadSafetyAnalysis.rst212 ACQUIRE(...), ACQUIRE_SHARED(...), RELEASE(...), RELEASE_SHARED(...)
223 ``RELEASE`` and ``RELEASE_SHARED`` declare that the function releases the given
802 #define RELEASE_SHARED(...) \
847 void ReaderUnlock() RELEASE_SHARED();
919 // Replaced by RELEASE and RELEASE_SHARED