Home | History | Annotate | Download | only in unittest

Lines Matching full:accesses

119 // Two write accesses to GLOB are synchronized because
168 // Two write accesses to GLOB are synchronized via conditional critical section.
213 // Two write accesses to GLOB are separated by PCQ Put/Get.
247 // Two write accesses to GLOB are synchronized via CondVar.
350 // Two write accesses to GLOB are synchronized via conditional critical section.
395 // Three accesses to GLOB are separated by thread start/join.
1194 // Here we have a 'safe' race on accesses to BOUNDARY and
1195 // no actual races on accesses to GLOB[]:
1200 // accesses to GLOB since compilers and CPUs
2115 // Two last write accesses to GLOB are not synchronized
3409 // We perform accesses of different sizes to the same location.
4363 // accesses to GLOB.
4912 // and ignoring all accesses between them.
5590 // test128. Suppressed code in concurrent accesses {{{1
5605 printf("test128: Suppressed code in concurrent accesses.\n");
7151 // modification of test504 - more threads, byte accesses and lots of mutexes