Lines Matching refs:dd
97 ctx->dd = DDetector::Create(flags());
103 thr->dd_pt = ctx->dd->CreatePhysicalThread();
104 thr->dd_lt = ctx->dd->CreateLogicalThread(id);
108 ctx->dd->DestroyPhysicalThread(thr->dd_pt);
109 ctx->dd->DestroyLogicalThread(thr->dd_lt);
119 ctx->dd->MutexInit(&cb, &h->dd);
120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock);
122 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
132 ctx->dd->MutexInit(&cb, &h->dd);
133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
144 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock);
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb));
156 ctx->dd->MutexDestroy(&cb, &h->dd);