Searched refs:g_prop_mutex (Results 1 – 6 of 6) sorted by relevance
78 (void) pthread_mutex_lock(&g_prop_mutex); in MP_DeregisterForObjectPropertyChangesPlugin()81 (void) pthread_mutex_unlock(&g_prop_mutex); in MP_DeregisterForObjectPropertyChangesPlugin()
76 (void) pthread_mutex_lock(&g_prop_mutex); in MP_RegisterForObjectPropertyChangesPlugin()85 (void) pthread_mutex_unlock(&g_prop_mutex); in MP_RegisterForObjectPropertyChangesPlugin()
383 (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()
48 (void) pthread_mutex_destroy(&g_prop_mutex); in Terminate()
46 pthread_mutex_t g_prop_mutex = PTHREAD_MUTEX_INITIALIZER; variable
87 extern pthread_mutex_t g_prop_mutex;