Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DRemoteMediaExtractor.cpp102 static std::mutex pending_mutex; variable
113 std::unique_lock _lk(pending_mutex); in closingThreadWorker()
145 std::lock_guard _lm(pending_mutex); // scoped, no explicit unlock in asyncDataSourceClose()