Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/
H A Dcc_lock.h152 if (WaitForSingleObject((lock_ctx)->hMutex, INFINITE) != WAIT_OBJECT_0) \
154 #define CC_LOCK_UNLOCK(lock_ctx) ReleaseMutex((lock_ctx)->hMutex)
158 HANDLE hMutex; member