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