Searched refs:ICING_UNLOCK_FUNCTION (Results 1 – 2 of 2) sorted by relevance
35 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;
185 #define ICING_UNLOCK_FUNCTION(...) \ macro