Searched refs:mutex_unlock (Results 1 – 2 of 2) sorted by relevance
63 #define mutex_unlock(a) (void)0 macro310 mutex_unlock(&random_mutex); in srandom()355 mutex_unlock(&random_mutex); in initstate()385 mutex_unlock(&random_mutex); in initstate()438 mutex_unlock(&random_mutex); in setstate()447 mutex_unlock(&random_mutex); in setstate()505 mutex_unlock(&random_mutex); in random()
31 #define mutex_unlock(x) pthread_mutex_unlock(x) macro