Home
last modified time | relevance | path

Searched refs:kMaxBusyWaitNOPs (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/internal/
Dmulti_thread_gemm.h51 const int kMaxBusyWaitNOPs = 4 * 1000 * 1000; variable
120 while (nops < kMaxBusyWaitNOPs) { in WaitForVariableChange()
180 if (nops > kMaxBusyWaitNOPs) { in Wait()