OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pagelocks_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
finelock_queue.cc
41
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);
finelock_queue.h
88
pthread_mutex_t *
pagelocks_
; // Per-page-entry locks.
member in class:FineLockPEQueue
Completed in 139 milliseconds