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

  /external/google-benchmark/src/
mutex.h 86 void lock() ACQUIRE() { mut_.lock(); }
87 void unlock() RELEASE() { mut_.unlock(); }
89 return mut_;
92 std::mutex mut_; variable

Completed in 86 milliseconds