Lines Matching full:accesses
357 // Two write accesses to GLOB are synchronized because
406 // Two write accesses to GLOB are synchronized via conditional critical section.
451 // Two write accesses to GLOB are separated by PCQ Put/Get.
485 // Two write accesses to GLOB are synchronized via CondVar.
590 // Two write accesses to GLOB are synchronized via conditional critical section.
635 // Three accesses to GLOB are separated by thread start/join.
1500 // Here we have a 'safe' race on accesses to BOUNDARY and
1501 // no actual races on accesses to GLOB[]:
1506 // accesses to GLOB since compilers and CPUs
2429 // Two last write accesses to GLOB are not synchronized
3534 // We perform accesses of different sizes to the same location.
4497 // accesses to GLOB.
5129 // and ignoring all accesses between them.
5791 // test123 TP: accesses of different sizes. {{{1
5804 // A. I need different stack traces for different accesses.
6062 // test128. Suppressed code in concurrent accesses {{{1
6077 printf("test128: Suppressed code in concurrent accesses.\n");
6715 // In this test we have many different accesses to GLOB and only one access
7482 // modification of test504 - more threads, byte accesses and lots of mutexes