Home
last modified time | relevance | path

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

/dports/security/hashcat-legacy/hashcat-legacy-2.00/include/
H A Dcommon.h95 #define ACMutexUnlock(Dmutex) ReleaseMutex (Dmutex) macro
105 #define ACMutexUnlock(Dmutex) pthread_mutex_unlock (&Dmutex) macro
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c4917 ACMutexUnlock (lock_store); in indb_single()
4958 ACMutexUnlock (lock_store); in indb_multi()