Home
last modified time | relevance | path

Searched defs:simpleMutexUnlock (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dmutex.h72 #define simpleMutexUnlock(p) LeaveCriticalSection(p) macro
83 #define simpleMutexUnlock(p) pthread_mutex_unlock(p) macro
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-mutex.h91 #define simpleMutexUnlock(p) LeaveCriticalSection(p) macro
101 #define simpleMutexUnlock(p) pthread_mutex_unlock(p) macro
159 #define simpleMutexUnlock(p) (void)0 macro
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-incl.h403 #define simpleMutexUnlock(p) pthread_mutex_unlock(p) macro