OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randlocks_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
finelock_queue.cc
62
pthread_mutex_init(&(
randlocks_
[i]), NULL);
156
pthread_mutex_destroy(&(
randlocks_
[i]));
300
if (pthread_mutex_trylock(&(
randlocks_
[i])) == 0) {
302
pthread_mutex_unlock(&(
randlocks_
[i]));
308
if (pthread_mutex_lock(&(
randlocks_
[i])) == 0) {
310
pthread_mutex_unlock(&(
randlocks_
[i]));
finelock_queue.h
113
pthread_mutex_t
randlocks_
[4]; // Per-random-generator locks.
member in class:FineLockPEQueue
Completed in 46 milliseconds