OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReaderUnlock
(Results
1 - 16
of
16
) sorted by null
/external/ceres-solver/internal/ceres/
mutex.h
164
inline void
ReaderUnlock
(); // Release a read share of this Mutex
208
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
221
void Mutex::
ReaderUnlock
() { Unlock(); }
242
void Mutex::
ReaderUnlock
() { CERES_SAFE_PTHREAD(pthread_rwlock_unlock); }
263
void Mutex::
ReaderUnlock
() { Unlock(); }
295
~CeresReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/chromium/sdch/open-vcdiff/src/
mutex.h
156
inline void
ReaderUnlock
(); // Release a read share of this Mutex
198
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
211
void Mutex::
ReaderUnlock
() { Unlock(); }
233
void Mutex::
ReaderUnlock
() { SAFE_PTHREAD(pthread_rwlock_unlock); }
255
void Mutex::
ReaderUnlock
() { Unlock(); }
279
~ReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/chromium_org/third_party/re2/util/
mutex.h
70
inline void
ReaderUnlock
(); // Release a read share of this Mutex
105
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
118
void Mutex::
ReaderUnlock
() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }
133
void Mutex::
ReaderUnlock
() { Unlock(); }
144
void Mutex::
ReaderUnlock
() { Unlock(); }
168
~ReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/regex-re2/util/
mutex.h
66
inline void
ReaderUnlock
(); // Release a read share of this Mutex
101
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
114
void Mutex::
ReaderUnlock
() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); }
129
void Mutex::
ReaderUnlock
() { Unlock(); }
140
void Mutex::
ReaderUnlock
() { Unlock(); }
164
~ReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h
172
inline void
ReaderUnlock
(); // Release a read share of this Mutex
214
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
232
void Mutex::
ReaderUnlock
() { Unlock(); }
254
void Mutex::
ReaderUnlock
() { SAFE_PTHREAD(pthread_rwlock_unlock); }
277
void Mutex::
ReaderUnlock
() { Unlock(); }
301
~ReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h
172
inline void
ReaderUnlock
(); // Release a read share of this Mutex
214
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
232
void Mutex::
ReaderUnlock
() { Unlock(); }
254
void Mutex::
ReaderUnlock
() { SAFE_PTHREAD(pthread_rwlock_unlock); }
277
void Mutex::
ReaderUnlock
() { Unlock(); }
301
~ReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/open-vcdiff/gflags/src/
mutex.h
182
inline void
ReaderUnlock
(); // Release a read share of this Mutex
226
void Mutex::
ReaderUnlock
() { assert(mutex_-- > 0); }
246
void Mutex::
ReaderUnlock
() { Unlock(); }
270
void Mutex::
ReaderUnlock
() { SAFE_PTHREAD(pthread_rwlock_unlock); }
295
void Mutex::
ReaderUnlock
() { Unlock(); }
319
~ReaderMutexLock() { mu_->
ReaderUnlock
(); }
/external/valgrind/unittest/
thread_wrappers_pthread.h
171
void
ReaderUnlock
() { Unlock(); }
247
void
ReaderUnlock
() { CHECK(0 == pthread_rwlock_unlock(&mu_)); }
272
mu_->
ReaderUnlock
();
thread_wrappers_win.h
98
void
ReaderUnlock
() { Unlock(); }
posix_tests.cc
706
MU.
ReaderUnlock
();
1137
mu.
ReaderUnlock
();
1144
mu.
ReaderUnlock
();
racecheck_unittest.cc
934
MU.
ReaderUnlock
();
946
MU.
ReaderUnlock
();
994
MU.
ReaderUnlock
();
1027
MU.
ReaderUnlock
();
1051
MU.
ReaderUnlock
();
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
212
void
ReaderUnlock
() { Unlock(); }
306
void
ReaderUnlock
() { CHECK(0 == pthread_rwlock_unlock(&mu_)); }
319
mu_->
ReaderUnlock
();
tsan_unittest.cpp
1240
MU.
ReaderUnlock
();
1252
MU.
ReaderUnlock
();
1300
MU.
ReaderUnlock
();
[
all
...]
/art/runtime/base/
mutex.h
252
void
ReaderUnlock
(Thread* self) UNLOCK_FUNCTION() { SharedUnlock(self); }
/external/chromium_org/third_party/re2/re2/
dfa.cc
[
all
...]
/external/regex-re2/re2/
dfa.cc
[
all
...]
Completed in 402 milliseconds