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

/libmicro/
H A Dcascade_fcntl.c57 int ts_them0; /* their lock indices */ member in struct:__anon4
177 ts->ts_them0 = (them * 4);
181 ts->ts_them0 = (them * 4) + 2;
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_flock.c62 int ts_them0; /* their lock indices */ member in struct:__anon5
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_lockf.c57 int ts_them0; /* their lock indices */ member in struct:__anon6
168 ts->ts_them0 = (them * 2);
172 ts->ts_them0 = (them * 2) + 1;
180 e += block(ts->ts_them0);
203 e += unblock(ts->ts_them0);
210 e += block(ts->ts_them0);
216 e += unblock(ts->ts_them0);
H A Dcascade_mutex.c58 int ts_them0; /* their lock indices */ member in struct:__anon7
172 ts->ts_them0 = (them * 2);
176 ts->ts_them0 = (them * 2) + 1;
184 e += block(ts->ts_them0);
207 e += unblock(ts->ts_them0);
214 e += block(ts->ts_them0);
220 e += unblock(ts->ts_them0);
H A Dcascade_cond.c58 int ts_them0; /* their lock indices */ member in struct:__anon3
223 ts->ts_them0 = (them * 2);
227 ts->ts_them0 = (them * 2) + 1;
235 e += block(ts->ts_them0);
258 e += unblock(ts->ts_them0);
265 e += block(ts->ts_them0);
271 e += unblock(ts->ts_them0);

Completed in 15 milliseconds