Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dmutex_inline.h24 inline constexpr char kMutexName[] = "pw::Mutex"; variable
30 const_cast<char*>(backend::kMutexName), in Mutex()
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_win.cc22 static constexpr TCHAR kMutexName[] = variable
36 mutex_ = CreateMutex(NULL, FALSE, kMutexName); in ScreenDrawerLockWin()