Home | History | Annotate | Download | only in tests

Lines Matching full:accesses

363 // Two write accesses to GLOB are synchronized because 
412 // Two write accesses to GLOB are synchronized via conditional critical section.
457 // Two write accesses to GLOB are separated by PCQ Put/Get.
491 // Two write accesses to GLOB are synchronized via CondVar.
596 // Two write accesses to GLOB are synchronized via conditional critical section.
641 // Three accesses to GLOB are separated by thread start/join.
1506 // Here we have a 'safe' race on accesses to BOUNDARY and
1507 // no actual races on accesses to GLOB[]:
1512 // accesses to GLOB since compilers and CPUs
2435 // Two last write accesses to GLOB are not synchronized
3540 // We perform accesses of different sizes to the same location.
4503 // accesses to GLOB.
5135 // and ignoring all accesses between them.
5797 // test123 TP: accesses of different sizes. {{{1
5810 // A. I need different stack traces for different accesses.
6068 // test128. Suppressed code in concurrent accesses {{{1
6083 printf("test128: Suppressed code in concurrent accesses.\n");
6721 // In this test we have many different accesses to GLOB and only one access
7488 // modification of test504 - more threads, byte accesses and lots of mutexes