HomeSort by relevance Sort by last modified time
    Searched defs:unprotected (Results 1 - 2 of 2) sorted by null

  /external/valgrind/helgrind/tests/
tc17_sembar.c 140 "if (myid == 4) { unprotected = 99; }" and
141 "if (myid == 3) { unprotected = 88; }" into a conditional
154 static volatile long unprotected = 0; variable
164 /* Now, thread #4 writes to 'unprotected' and so becomes its
167 unprotected = 99;
173 /* This time, thread #3 writes to 'unprotected'. If all goes well,
176 'unprotected'. */
178 unprotected = 88;
210 fprintf(stderr, "done, result is %ld, should be 88\n", unprotected);
tc20_verifywrap.c 37 short unprotected = 0; variable
44 unprotected = 1234;
88 unprotected = 5678;

Completed in 935 milliseconds