Searched defs:DDLogicalThread (Results 1 – 6 of 6) 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;
29 struct DDLogicalThread { struct30 u64 ctx;31 DeadlockDetectorTLS<DDBV> dd;32 DDReport rep;33 bool report_pending;
71 struct DDLogicalThread { struct72 u64 ctx;73 ThreadMutex locked[kMaxNesting];74 int nlocked;
27 struct DDLogicalThread { struct28 u64 ctx;29 DeadlockDetectorTLS<DDBV> dd;30 DDReport rep;31 bool report_pending;
69 struct DDLogicalThread { struct70 u64 ctx;71 ThreadMutex locked[kMaxNesting];72 int nlocked;