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

/libmicro/
H A Dcascade_fcntl.c58 int ts_them1; member in struct:__anon4
178 ts->ts_them1 = (them * 4) + 2;
182 ts->ts_them1 = (them * 4);
209 e += block(ts->ts_them1);
220 e += unblock(ts->ts_them1);
H A Dcascade_flock.c63 int ts_them1; member in struct:__anon5
174 ts->ts_them1 = (them * 2) + 1;
178 ts->ts_them1 = (them * 2);
205 e += block(ts->ts_them1);
216 e += unblock(ts->ts_them1);
H A Dcascade_lockf.c58 int ts_them1; member in struct:__anon6
169 ts->ts_them1 = (them * 2) + 1;
173 ts->ts_them1 = (them * 2);
200 e += block(ts->ts_them1);
211 e += unblock(ts->ts_them1);
H A Dcascade_mutex.c59 int ts_them1; member in struct:__anon7
173 ts->ts_them1 = (them * 2) + 1;
177 ts->ts_them1 = (them * 2);
204 e += block(ts->ts_them1);
215 e += unblock(ts->ts_them1);
H A Dcascade_cond.c59 int ts_them1; member in struct:__anon3
224 ts->ts_them1 = (them * 2) + 1;
228 ts->ts_them1 = (them * 2);
255 e += block(ts->ts_them1);
266 e += unblock(ts->ts_them1);

Completed in 11 milliseconds