Home
last modified time | relevance | path

Searched defs:CreateMutexW (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-libraries/winstorecompat/src/
DCreateMutexW.c27 #define CreateMutexW __CreateMutexW macro
32 HANDLE WINAPI CreateMutexW(LPSECURITY_ATTRIBUTES lpMutexAttributes, BOOL bInitialOwner, LPCWSTR lpN… in CreateMutexW() function
/third_party/boost/boost/winapi/
Dmutex.hpp132 BOOST_FORCEINLINE HANDLE_ CreateMutexW(SECURITY_ATTRIBUTES_* lpMutexAttributes, BOOL_ bInitialOwner… in CreateMutexW() function