reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 for (uptr i = 0; i < len; i++) { 133 for (uptr i = 0; i < len; i++) { 134 uptr from = path[i]; 135 uptr to = path[(i + 1) % len]; 144 rep->loop[i].thr_ctx = unique_tid; 145 rep->loop[i].mtx_ctx0 = m0->ctx; 146 rep->loop[i].mtx_ctx1 = m1->ctx; 147 rep->loop[i].stk[0] = stk_to; 148 rep->loop[i].stk[1] = stk_from;