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

  /system/core/adb/
sysdeps_win32.cpp 138 static std::mutex& _win32_lock = *new std::mutex(); variable
183 std::lock_guard<std::mutex> lock(_win32_lock);
209 std::lock_guard<std::mutex> lock(_win32_lock);
    [all...]

Completed in 93 milliseconds