Lines Matching refs:lock
36 pthread_mutex_t lock; member
73 if (pthread_mutex_init(&ap->lock, NULL)) { in CreateAddressPool()
79 pthread_mutex_lock(&ap->lock); in CreateAddressPool()
103 pthread_mutex_unlock(&ap->lock); in CreateAddressPool()
143 if (pthread_mutex_init(&ap->lock, NULL)) { in CreateAddressPoolPerCore()
149 pthread_mutex_lock(&ap->lock); in CreateAddressPoolPerCore()
189 pthread_mutex_unlock(&ap->lock); in CreateAddressPoolPerCore()
210 pthread_mutex_destroy(&ap->lock); in DestroyAddressPool()
226 pthread_mutex_lock(&ap->lock); in FetchAddress()
263 pthread_mutex_unlock(&ap->lock); in FetchAddress()
278 pthread_mutex_lock(&ap->lock); in FetchAddressPerCore()
291 pthread_mutex_unlock(&ap->lock); in FetchAddressPerCore()
305 pthread_mutex_lock(&ap->lock); in FreeAddress()
340 pthread_mutex_unlock(&ap->lock); in FreeAddress()