Searched defs:DDLogicalThread (Results 1 – 2 of 2) sorted by relevance
28 struct DDLogicalThread { struct29 u64 ctx;30 DeadlockDetectorTLS<DDBV> dd;31 DDReport rep;32 bool report_pending;
70 struct DDLogicalThread { struct71 u64 ctx;72 ThreadMutex locked[kMaxNesting];73 int nlocked;