Lines Matching refs:them
211 int us, them;
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 to block us again */
260 /* wait for them to unblock us */