Home | History | Annotate | Download | only in unittest

Lines Matching refs:CondVar

77 static CondVar CV;
116 // test02: TN. Synchronization via CondVar. {{{1
243 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
244 // Since CondVar::Wait() is not called, we get a false positive.
247 // Two write accesses to GLOB are synchronized via CondVar.
295 // test06: TN. Synchronization via CondVar, but Waker gets there first. {{{1
878 // test22: TP. Incorrect synchronization via CondVar::WaitWithTimeout(). {{{1
882 // True race. We timeout in CondVar::WaitWithTimeout().
2111 // test50: TP. Synchronization via CondVar. {{{1
2170 // test51: TP. Synchronization via CondVar: problem with several signals. {{{1
2241 // test52: TP. Synchronization via CondVar: problem with several signals. {{{1
4445 CondVar CV, CV2;
4504 CondVar CV, CV2;
4699 CondVar CV;
6124 CondVar cv;