Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp140 static std::mutex& _win32_lock = *new std::mutex(); variable
177 std::lock_guard<std::mutex> lock(_win32_lock); in _fh_alloc()
200 std::lock_guard<std::mutex> lock(_win32_lock); in _fh_close()