Home
last modified time | relevance | path

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

/external/icing/icing/absl_ports/
Dmutex.h35 void unlock() ICING_UNLOCK_FUNCTION() { m_.unlock(); } in unlock()
41 void unlock_shared() ICING_UNLOCK_FUNCTION() { m_.unlock_shared(); } in unlock_shared()
53 ~unique_lock() ICING_UNLOCK_FUNCTION() = default;
65 ~shared_lock() ICING_UNLOCK_FUNCTION() = default;
Dthread_annotations.h185 #define ICING_UNLOCK_FUNCTION(...) \ macro