Searched refs:kMaxBusyWaitNOPs (Results 1 – 1 of 1) sorted by relevance
51 const int kMaxBusyWaitNOPs = 4 * 1000 * 1000; variable120 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange()180 if (nops > kMaxBusyWaitNOPs) { in Wait()