Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add msg and xbt versions of barrier.
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 6 May 2014 13:31:00 +0000 (15:31 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 6 May 2014 13:56:16 +0000 (15:56 +0200)
commiteb547ff91feeac5a0e9e258872cc648d6d947aa2
treef65961a244ac07e4cee8f3ca38d1b3aa3159ca6d
parent8d672f647c009c1b39898e589aeae653fe016b7d
add msg and xbt versions of barrier.
MSG/xbt_barrier_init(unsigned int count) creates the barrier object for all processes
MSG/xbt_barrier_wait(msg/xbt_bar_t bar) waits on it
MSG/xbt_barrier_destroy(msg/xbt_bar_t bar) deletes the object (only one process should call it)
include/msg/msg.h
include/xbt/synchro_core.h
src/msg/msg_synchro.c
src/xbt/xbt_sg_synchro.c