Searched refs:gLibLock (Results 1 – 5 of 5) sorted by relevance
72 pthread_mutex_lock(&gLibLock); in Effect_Process()74 pthread_mutex_unlock(&gLibLock); in Effect_Process()78 pthread_mutex_unlock(&gLibLock); in Effect_Process()97 pthread_mutex_lock(&gLibLock); in Effect_Command()99 pthread_mutex_unlock(&gLibLock); in Effect_Command()103 pthread_mutex_unlock(&gLibLock); in Effect_Command()118 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()120 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()124 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()138 pthread_mutex_lock(&gLibLock); in Effect_ProcessReverse()[all …]
38 extern pthread_mutex_t gLibLock; // controls access to gLibraryList
204 pthread_mutex_lock(&gLibLock); in loadLibrary()207 pthread_mutex_unlock(&gLibLock); in loadLibrary()
26 pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; variable
325 &gLibraryList, &gLibLock, &gLibraryFailedList) + in EffectLoadXmlEffectConfig()