Searched defs:role (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dbarrier.c154 * barrier_set_role() - Set the local role of the barrier
156 * @role: role to set on the barrier
170 void barrier_set_role(Barrier *b, unsigned int role) { argument
174 assert(role == BARRIER_PARENT || role == BARRIER_CHILD);
178 if (role == BARRIER_PARENT)

Completed in 496 milliseconds