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