Searched defs:DDLogicalThread (Results 1 – 2 of 2) sorted by relevance
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;