Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c40 static HANDLE hInitMutex = NULL; variable
50 hInitMutex = CreateMutex(NULL, FALSE, NULL); in DllMain()
54 CloseHandle(hInitMutex); in DllMain()
H A Dkfwcommon.c351 static HANDLE hInitMutex = NULL; variable