Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/
H A Dcc_lock.h128 if (WaitForSingleObject((lock_ctx)->hMutex, INFINITE) != WAIT_OBJECT_0) \
130 #define CC_LOCK_UNLOCK(lock_ctx) ReleaseMutex((lock_ctx)->hMutex)
134 HANDLE hMutex; member