3 * \brief Header file for barrier functions.
7 * Copyright (c) 2011, ETH Zurich.
10 * This file is distributed under the terms in the attached LICENSE file.
11 * If you do not find this file, copies can be found by writing to:
12 * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
15 #ifndef OCTOPUS_BARRIER_H_
16 #define OCTOPUS_BARRIER_H_
18 errval_t oct_barrier_enter(const char*, char**, size_t);
19 errval_t oct_barrier_leave(const char*);
21 #endif /* OCTOPUS_BARRIER_H_ */