Searched refs:RELEASE_MUTEX (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c198 #define RELEASE_MUTEX(M) release_mutex(M) macro
202 #define RELEASE_MUTEX(m) LeaveCriticalSection(m) macro
206 #define RELEASE_MUTEX(M) macro
541 RELEASE_MUTEX(&_hbaapi_LE_mutex);
542 RELEASE_MUTEX(&_hbaapi_TE_mutex);
543 RELEASE_MUTEX(&_hbaapi_APSE_mutex);
544 RELEASE_MUTEX(&_hbaapi_APE_mutex);
545 RELEASE_MUTEX(&_hbaapi_AE_mutex);
546 RELEASE_MUTEX(&_hbaapi_AAE_mutex);
547 RELEASE_MUTEX(
[all...]
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c162 #define RELEASE_MUTEX(M) release_mutex(M) macro
166 #define RELEASE_MUTEX(m) LeaveCriticalSection(m) macro
170 #define RELEASE_MUTEX(M) macro
422 RELEASE_MUTEX(&_hbaapi_LE_mutex);
423 RELEASE_MUTEX(&_hbaapi_TE_mutex);
424 RELEASE_MUTEX(&_hbaapi_APSE_mutex);
425 RELEASE_MUTEX(&_hbaapi_APE_mutex);
426 RELEASE_MUTEX(&_hbaapi_AE_mutex);
427 RELEASE_MUTEX(&_hbaapi_AAE_mutex);
460 RELEASE_MUTEX(
[all...]
H A DHBAAPILIB-sun.c159 #define RELEASE_MUTEX(M) release_mutex(M) macro
163 #define RELEASE_MUTEX(m) LeaveCriticalSection(m) macro
167 #define RELEASE_MUTEX(M) macro
376 RELEASE_MUTEX(&_hbaapi_tgtAL_mutex);
397 RELEASE_MUTEX(&_hbaapi_tgtAL_mutex);
782 RELEASE_MUTEX(&_hbaapi_APE_mutex);
842 RELEASE_MUTEX(&_hbaapi_APE_mutex);

Completed in 71 milliseconds