Searched refs:opponent (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_barrier_tournament.c90 rounds[i][k].opponent = &rounds[i - twokm1][k].flag;
93 rounds[i][k].opponent = &rounds[i + twokm1][k].flag;
130 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense);
140 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense);
147 * CK_BARRIER_TOURNAMENT_WINNERs wait until their current opponent sets their flag; they then
175 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense);
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_barrier.h117 unsigned int *opponent; member in struct:ck_barrier_tournament_round

Completed in 52 milliseconds