Lines Matching refs:dd
46 ctx->dd->MutexInit(&cb, &s->dd); in DDMutexInit()
47 s->dd.ctx = s->addr; in DDMutexInit()
119 ctx->dd->MutexDestroy(&cb, &s->dd); in MutexDestroy()
120 ctx->dd->MutexInit(&cb, &s->dd); in MutexDestroy()
153 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock()
155 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
202 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock()
203 ctx->dd->MutexAfterLock(&cb, &s->dd, true, flagz & MutexFlagTryLock); in MutexPostLock()
212 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
250 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true); in MutexUnlock()
261 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
276 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock()
278 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
310 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()
311 ctx->dd->MutexAfterLock(&cb, &s->dd, false, flagz & MutexFlagTryLock); in MutexPostReadLock()
320 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
350 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false); in MutexReadUnlock()
361 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
404 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, write); in MutexReadOrWriteUnlock()
415 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()