Home | History | Annotate | Download | only in tests

Lines Matching full:test03

405 // test03: TN. Synchronization via LockWhen, signaller gets there first. {{{1
406 namespace test03 {
442 printf("test03: negative\n");
447 } // namespace test03
1057 // Same as test03, but uses Mutex::Await() instead of Mutex::LockWhen().
1284 // Same as test03, but uses ReaderLockWhen().