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

  /external/valgrind/main/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 27 short unprotected = 0; variable
34 unprotected = 1234;
78 unprotected = 5678;
  /external/v8/src/
messages.js 244 "unprotected_let", ["Illegal let declaration in unprotected statement context."],
245 "unprotected_const", ["Illegal const declaration in unprotected statement context."],
    [all...]

Completed in 115 milliseconds