Lines Matching refs:probefunc
46 /check[probefunc] > 0/
48 printf("ERROR: recursive lock of %s (%p),", probefunc, arg0);
55 ++check[probefunc];
56 @stats[probefunc] = count();
58 ts[probefunc] = timestamp;
59 spec[probefunc] = speculation();
63 /check[probefunc] == 0/
65 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
67 printf(" while the %s was already held (race condition).", probefunc);
74 discard(spec[probefunc]);
75 spec[probefunc] = 0;
76 --check[probefunc];