Home | History | Annotate | Download | only in tests

Lines Matching refs:CondVar

127 CondVar CV; 
356 // test02: TN. Synchronization via CondVar. {{{1
483 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
484 // Since CondVar::Wait() is not called, we get a false positive.
487 // Two write accesses to GLOB are synchronized via CondVar.
537 // test06: TN. Synchronization via CondVar, but Waker gets there first. {{{1
730 // test11: FP. Synchronization via CondVar, 2 workers. {{{1
1181 // test22: TP. Incorrect synchronization via CondVar::WaitWithTimeout(). {{{1
1185 // True race. We timeout in CondVar::WaitWithTimeout().
2427 // test50: TP. Synchronization via CondVar. {{{1
2489 // test51: TP. Synchronization via CondVar: problem with several signals. {{{1
2564 // test52: TP. Synchronization via CondVar: problem with several signals. {{{1
4581 CondVar CV, CV2;
4634 CondVar CV, CV2;
4893 CondVar CV;