OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutexAfterLock
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc
53
MutexAfterLock
(thr, (uptr)m, true, false);
61
MutexAfterLock
(thr, (uptr)m, true, true);
82
MutexAfterLock
(thr, (uptr)m, true, false);
90
MutexAfterLock
(thr, (uptr)m, true, true);
110
MutexAfterLock
(thr, (uptr)m, false, false);
118
MutexAfterLock
(thr, (uptr)m, false, true);
127
MutexAfterLock
(thr, (uptr)m, false, true);
135
MutexAfterLock
(thr, (uptr)m, true, false);
143
MutexAfterLock
(thr, (uptr)m, true, true);
152
MutexAfterLock
(thr, (uptr)m, true, true)
[
all
...]
dd_rtl.h
62
void
MutexAfterLock
(Thread *thr, uptr m, bool writelock, bool trylock);
dd_rtl.cc
125
void
MutexAfterLock
(Thread *thr, uptr m, bool writelock, bool trylock) {
133
ctx->dd->
MutexAfterLock
(&cb, &h->dd, writelock, trylock);
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h
83
virtual void
MutexAfterLock
(DDCallback *cb, DDMutex *m, bool wlock,
sanitizer_deadlock_detector1.cc
51
void
MutexAfterLock
(DDCallback *cb, DDMutex *m, bool wlock,
153
void DD::
MutexAfterLock
(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) {
sanitizer_deadlock_detector2.cc
95
void
MutexAfterLock
(DDCallback *cb, DDMutex *m, bool wlock,
273
void DD::
MutexAfterLock
(DDCallback *cb, DDMutex *m, bool wlock,
275
VPrintf(2, "#%llu: DD::
MutexAfterLock
(%p, wlock=%d, try=%d) nlocked=%d\n",
281
VPrintf(3, "#%llu: DD::
MutexAfterLock
recursive\n", cb->lt->ctx);
288
VPrintf(3, "#%llu: DD::
MutexAfterLock
set owner\n", cb->lt->ctx);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
176
ctx->dd->
MutexAfterLock
(&cb, &s->dd, true, try_lock);
254
ctx->dd->
MutexAfterLock
(&cb, &s->dd, false, trylock);
Completed in 249 milliseconds