Searched refs:ts_them0 (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dcascade_fcntl.c57 int ts_them0; /* their lock indices */ member in struct:__anon1231
182 ts->ts_them0 = (them * 4);
186 ts->ts_them0 = (them * 4) + 2;
194 e += block(ts->ts_them0);
217 e += unblock(ts->ts_them0);
224 e += block(ts->ts_them0);
230 e += unblock(ts->ts_them0);
H A Dcascade_flock.c62 int ts_them0; /* their lock indices */ member in struct:__anon1232
178 ts->ts_them0 = (them * 2);
182 ts->ts_them0 = (them * 2) + 1;
190 e += block(ts->ts_them0);
213 e += unblock(ts->ts_them0);
220 e += block(ts->ts_them0);
226 e += unblock(ts->ts_them0);
H A Dcascade_lockf.c57 int ts_them0; /* their lock indices */ member in struct:__anon1233
173 ts->ts_them0 = (them * 2);
177 ts->ts_them0 = (them * 2) + 1;
185 e += block(ts->ts_them0);
208 e += unblock(ts->ts_them0);
215 e += block(ts->ts_them0);
221 e += unblock(ts->ts_them0);
H A Dcascade_mutex.c58 int ts_them0; /* their lock indices */ member in struct:__anon1234
177 ts->ts_them0 = (them * 2);
181 ts->ts_them0 = (them * 2) + 1;
189 e += block(ts->ts_them0);
212 e += unblock(ts->ts_them0);
219 e += block(ts->ts_them0);
225 e += unblock(ts->ts_them0);
H A Dcascade_cond.c58 int ts_them0; /* their lock indices */ member in struct:__anon1230
228 ts->ts_them0 = (them * 2);
232 ts->ts_them0 = (them * 2) + 1;
240 e += block(ts->ts_them0);
263 e += unblock(ts->ts_them0);
270 e += block(ts->ts_them0);
276 e += unblock(ts->ts_them0);

Completed in 22 milliseconds