Searched defs:WaitEntry (Results 1 – 1 of 1) sorted by relevance
55 struct WaitEntry { struct56 …WaitEntry() : prev(this), next(this), task(nullptr), weType(0), wtType(SharedMutexWaitType::NORMAL… in WaitEntry() function58 explicit WaitEntry(CPUEUTask *task) : prev(nullptr), next(nullptr), task(task), weType(0), in WaitEntry() argument62 WaitEntry* prev; argument63 WaitEntry* next; argument69 struct WaitUntilEntry : WaitEntry { argument