OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MutexBeforeUnlock
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc
138
void
MutexBeforeUnlock
(Thread *thr, uptr m, bool writelock) {
144
ctx->dd->
MutexBeforeUnlock
(&cb, &h->dd, writelock);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc
53
void
MutexBeforeUnlock
(DDCallback *cb, DDMutex *m, bool wlock) override;
173
void DD::
MutexBeforeUnlock
(DDCallback *cb, DDMutex *m, bool wlock) {
sanitizer_deadlock_detector_interface.h
85
virtual void
MutexBeforeUnlock
(DDCallback *cb, DDMutex *m, bool wlock) {}
sanitizer_deadlock_detector2.cc
97
void
MutexBeforeUnlock
(DDCallback *cb, DDMutex *m, bool wlock);
302
void DD::
MutexBeforeUnlock
(DDCallback *cb, DDMutex *m, bool wlock) {
303
VPrintf(2, "#%llu: DD::
MutexBeforeUnlock
(%p, wlock=%d) nlocked=%d\n",
309
VPrintf(3, "#%llu: DD::
MutexBeforeUnlock
recursive\n", cb->lt->ctx);
312
VPrintf(3, "#%llu: DD::
MutexBeforeUnlock
reset owner\n", cb->lt->ctx);
Completed in 107 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025