Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dutil.h29 extern std::mutex g_map_lock;
34 g_map_lock.lock();
36 g_map_lock.unlock();
Dbionic_benchmarks.cpp88 std::mutex g_map_lock; variable