Lines Matching full:condvar
127 CondVar CV;
354 // test02: TN. Synchronization via CondVar. {{{1
481 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
482 // Since CondVar::Wait() is not called, we get a false positive.
485 // Two write accesses to GLOB are synchronized via CondVar.
535 // test06: TN. Synchronization via CondVar, but Waker gets there first. {{{1
728 // test11: FP. Synchronization via CondVar, 2 workers. {{{1
1179 // test22: TP. Incorrect synchronization via CondVar::WaitWithTimeout(). {{{1
1183 // True race. We timeout in CondVar::WaitWithTimeout().
2425 // test50: TP. Synchronization via CondVar. {{{1
2487 // test51: TP. Synchronization via CondVar: problem with several signals. {{{1
2562 // test52: TP. Synchronization via CondVar: problem with several signals. {{{1
4579 CondVar CV, CV2;
4632 CondVar CV, CV2;
4891 CondVar CV;