Changes between Version 7 and Version 8 of library_barrier
- Timestamp:
- Nov 6, 2014, 6:35:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_barrier
v7 v8 38 38 The sbt_barrier_init() contains a system call, but the sbt_barrier_wait() does not. 39 39 40 '''WARNING:''' For both types of barriers, the barrier initialisation should be done by one single task. 40 == C) Barrier Initialization == 41 41 42 For both types of barriers, the barrier initialization must be done by one single task. 43