Searched refs:mu (Results 1 – 1 of 1) sorted by relevance
345 static void teec_mutex_lock(pthread_mutex_t *mu) in teec_mutex_lock() argument347 int e = pthread_mutex_lock(mu); in teec_mutex_lock()353 static void teec_mutex_unlock(pthread_mutex_t *mu) in teec_mutex_unlock() argument355 int e = pthread_mutex_unlock(mu); in teec_mutex_unlock()