Searched refs:pagelocks_ (Results 1 - 2 of 2) sorted by relevance

/external/stressapptest/src/
H A Dfinelock_queue.cc41 pagelocks_ = new pthread_mutex_t[q_size_];
49 pthread_mutex_init(&(pagelocks_[i]), NULL);
55 sat_assert(pthread_mutex_lock(&(pagelocks_[i])) == 0);
152 pthread_mutex_destroy(&(pagelocks_[i]));
153 delete[] pagelocks_;
358 if (pthread_mutex_trylock(&(pagelocks_[index])) == 0) {
362 pthread_mutex_unlock(&(pagelocks_[index]));
431 return (pthread_mutex_unlock(&(pagelocks_[index])) == 0);
447 return (pthread_mutex_unlock(&(pagelocks_[index])) == 0);
H A Dfinelock_queue.h88 pthread_mutex_t *pagelocks_; // Per-page-entry locks. member in class:FineLockPEQueue

Completed in 396 milliseconds