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