Searched refs:isPop (Results 1 – 2 of 2) sorted by relevance
347 bool isPop = [this, &func]() { in ThreadProc() local353 while (isPop) { in ThreadProc()364 isPop = q_.Pop(func); in ThreadProc()371 cv_.wait(lock, [this, &func, &isPop, &context]() { in ThreadProc()372 isPop = q_.Pop(func); in ThreadProc()373 return isPop || isDone_ || context.exit; in ThreadProc()376 if (!isPop) { in ThreadProc()
164 bool isPop = true; variable166 pattern->TransitionWithAnimation(preNavDestination, navDestination, isPop);214 bool isPop = false; variable216 pattern->TransitionWithAnimation(preNavDestination, navDestination, isPop);