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