Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/
H A Dck_barrier.h115 struct ck_barrier_tournament_round { struct
120 typedef struct ck_barrier_tournament_round ck_barrier_tournament_round_t; argument
125 struct ck_barrier_tournament_round **rounds;
/f-stack/freebsd/contrib/ck/src/
H A Dck_barrier_tournament.c61 struct ck_barrier_tournament_round **rounds, in ck_barrier_tournament_init()
112 struct ck_barrier_tournament_round **rounds = ck_pr_load_ptr(&barrier->rounds); in ck_barrier_tournament()