Home
last modified time | relevance | path

Searched refs:opponent (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ck/src/
H A Dck_barrier_tournament.c90 rounds[i][k].opponent = &rounds[i - twokm1][k].flag; in ck_barrier_tournament_init()
93 rounds[i][k].opponent = &rounds[i + twokm1][k].flag; in ck_barrier_tournament_init()
130 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament()
140 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament()
175 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament()
/f-stack/freebsd/contrib/ck/include/
H A Dck_barrier.h117 unsigned int *opponent; member