Home | History | Annotate | Download | only in helgrind

Lines Matching refs:id2

2048    ThrID id2 = *(const ThrID*)v2;
2049 if (id1 < id2) return -1;
2050 if (id1 > id2) return 1;