Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dsemaphore.c45 static_assert( MUTEX_LAST == 4, "Mutex value" ); in initSemaphores()
296 REQUIRES( mutex > MUTEX_NONE && mutex < MUTEX_LAST ); in krnlEnterMutex()
328 REQUIRES_V( mutex > MUTEX_NONE && mutex < MUTEX_LAST ); in krnlExitMutex()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcrypt.h144 #define MUTEX_LAST MUTEX_LAST, MUTEX_ENUM = -50000 macro
H A Dcryptkrn.h1336 MUTEX_LAST /* Last possible mutex */ enumerator
1396 #undef MUTEX_LAST