HomeSort by relevance Sort by last modified time
    Searched full:g_map_lock (Results 1 - 2 of 2) sorted by null

  /bionic/benchmarks/
util.h 27 extern std::mutex g_map_lock;
32 g_map_lock.lock();
34 g_map_lock.unlock();
bionic_benchmarks.cpp 76 std::mutex g_map_lock; variable

Completed in 70 milliseconds