Home | History | Annotate | Download | only in tsan

Lines Matching defs:clk

1170 clk = 1) {
1173 res->arr_[0].clk = clk;
1190 res->arr_[i].clk++;
1217 if (a->clk >= b->clk) {
1281 if (a->clk > b->clk) return false;
1282 if (a->clk < b->clk) a_less_than_b = true;
1307 snprintf(buff, sizeof(buff), "%d:%d;", arr_[i].tid, arr_[i].clk);
1372 int tid = 0, clk = 0;
1374 while (sscanf(str, "%d:%d;%n", &tid, &clk, &consumed) > 0) {
1377 ts.clk = clk;
1380 // Printf("%d:%d\n", tid, clk);
1416 int32_t clk;