Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dthreadpool.h123 void UnlockMutex() { queue_mutex_.unlock(); } in UnlockMutex() function
140 void UnlockMutex() ABSL_UNLOCK_FUNCTION() { queue_mutex_.Unlock(); } in UnlockMutex() function