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

/libmicro/
H A Dcascade_fcntl.c165 int us, them; local
168 them = (us + 1) % (lm_optP * lm_optT);
172 /* lock index asignment for us and them */
176 /* straight-thru connection to them */
177 ts->ts_them0 = (them * 4);
178 ts->ts_them1 = (them * 4) + 2;
180 /* cross-over connection to them */
181 ts->ts_them0 = (them * 4) + 2;
182 ts->ts_them1 = (them * 4);
205 /* allow them t
[all...]
H A Dcascade_flock.c161 int us, them; local
164 them = (us + 1) % (lm_optP * lm_optT);
168 /* lock index asignment for us and them */
172 /* straight-thru connection to them */
173 ts->ts_them0 = (them * 2);
174 ts->ts_them1 = (them * 2) + 1;
176 /* cross-over connection to them */
177 ts->ts_them0 = (them * 2) + 1;
178 ts->ts_them1 = (them * 2);
201 /* allow them t
[all...]
H A Dcascade_lockf.c156 int us, them; local
159 them = (us + 1) % (lm_optP * lm_optT);
163 /* lock index asignment for us and them */
167 /* straight-thru connection to them */
168 ts->ts_them0 = (them * 2);
169 ts->ts_them1 = (them * 2) + 1;
171 /* cross-over connection to them */
172 ts->ts_them0 = (them * 2) + 1;
173 ts->ts_them1 = (them * 2);
196 /* allow them t
[all...]
H A Dcascade_mutex.c160 int us, them; local
163 them = (us + 1) % (lm_optP * lm_optT);
167 /* lock index asignment for us and them */
171 /* straight-thru connection to them */
172 ts->ts_them0 = (them * 2);
173 ts->ts_them1 = (them * 2) + 1;
175 /* cross-over connection to them */
176 ts->ts_them0 = (them * 2) + 1;
177 ts->ts_them1 = (them * 2);
200 /* allow them t
[all...]
H A Dcascade_cond.c211 int us, them; local
214 them = (us + 1) % (lm_optP * lm_optT);
218 /* lock index asignment for us and them */
222 /* straight-thru connection to them */
223 ts->ts_them0 = (them * 2);
224 ts->ts_them1 = (them * 2) + 1;
226 /* cross-over connection to them */
227 ts->ts_them0 = (them * 2) + 1;
228 ts->ts_them1 = (them * 2);
251 /* allow them t
[all...]

Completed in 11 milliseconds