Searched refs:gLibLock (Results 1 – 1 of 1) sorted by relevance
34 static pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; // controls access to gLibraryList variable84 pthread_mutex_lock(&gLibLock); in Effect_Process()86 pthread_mutex_unlock(&gLibLock); in Effect_Process()90 pthread_mutex_unlock(&gLibLock); in Effect_Process()109 pthread_mutex_lock(&gLibLock); in Effect_Command()111 pthread_mutex_unlock(&gLibLock); in Effect_Command()115 pthread_mutex_unlock(&gLibLock); in Effect_Command()130 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()132 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()136 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()[all …]