Home | History | Annotate | Download | only in tsan

Lines Matching refs:ok

171   bool ok = Read<int>(input, pc);
172 ok &= ReadANSI(input, str);
173 return ok;
182 bool ok = true;
190 ok &= Read<unsigned short>(input, &extra);
200 ok &= Read<int64_t>(input, &address);
209 ok &= Read<int>(input, &pc);
212 ok &= Read<unsigned short>(input, &tid);
223 return ok;
228 bool ok = true;
236 while (ok) {
238 ok &= Read<unsigned char>(input, &typeOrd);
239 if (!ok) break;
243 ok &= ProcessCodePosition(input, &pc, &str);
255 ok &= ProcessMessage(input, &str);
260 ok &= ProcessEvent(input, type, event);
261 return ok;
269 bool ok = true;
275 while (ok) {
276 ok &= Read<unsigned char>(input, &typeOrd);
277 if (!ok) break;
281 ok &= ProcessCodePosition(input, &pc, &str);
285 ok &= ProcessMessage(input, &str);
289 ok &= ProcessEvent(input, type, &event);