Searched refs:gLibLock (Results 1 – 1 of 1) sorted by relevance
36 static pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; // controls access to gLibraryList variable86 pthread_mutex_lock(&gLibLock); in Effect_Process()88 pthread_mutex_unlock(&gLibLock); in Effect_Process()92 pthread_mutex_unlock(&gLibLock); in Effect_Process()111 pthread_mutex_lock(&gLibLock); in Effect_Command()113 pthread_mutex_unlock(&gLibLock); in Effect_Command()117 pthread_mutex_unlock(&gLibLock); in Effect_Command()132 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()134 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()138 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()[all …]