Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_DeregForObjPropChangesPlugin.c78 (void) pthread_mutex_lock(&g_prop_mutex); in MP_DeregisterForObjectPropertyChangesPlugin()
81 (void) pthread_mutex_unlock(&g_prop_mutex); in MP_DeregisterForObjectPropertyChangesPlugin()
H A DMP_RegForObjPropChangesPlugin.c76 (void) pthread_mutex_lock(&g_prop_mutex); in MP_RegisterForObjectPropertyChangesPlugin()
85 (void) pthread_mutex_unlock(&g_prop_mutex); in MP_RegisterForObjectPropertyChangesPlugin()
H A Dmp_utils.c383 (void) pthread_mutex_lock(&g_prop_mutex); in notifyClient()
390 (void) pthread_mutex_unlock(&g_prop_mutex); in notifyClient()
395 (void) pthread_mutex_unlock(&g_prop_mutex); in notifyClient()
516 (void) pthread_mutex_lock(&g_prop_mutex); in notifyClient()
524 (void) pthread_mutex_unlock(&g_prop_mutex); in notifyClient()
H A DTerminate.c48 (void) pthread_mutex_destroy(&g_prop_mutex); in Terminate()
H A DInitialize.c46 pthread_mutex_t g_prop_mutex = PTHREAD_MUTEX_INITIALIZER; variable
H A Dmp_utils.h87 extern pthread_mutex_t g_prop_mutex;