OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_rwlock_
(Results
1 - 2
of
2
) sorted by null
/external/stressapptest/src/
worker.h
159
sat_assert(0 == pthread_rwlock_rdlock(&
status_rwlock_
));
163
sat_assert(0 == pthread_rwlock_wrlock(&
status_rwlock_
));
167
sat_assert(0 == pthread_rwlock_unlock(&
status_rwlock_
));
189
pthread_rwlock_t
status_rwlock_
;
member in class:WorkerStatus
worker.cc
146
sat_assert(0 == pthread_rwlock_init(&
status_rwlock_
, NULL));
155
sat_assert(0 == pthread_rwlock_destroy(&
status_rwlock_
));
202
// Acquire a read lock on
status_rwlock_
while (status_ != PAUSE).
218
// lock on
status_rwlock_
, but that would also force all threads calling
230
// Release
status_rwlock_
.
[
all
...]
Completed in 115 milliseconds