diff options
author | Joel Low <[email protected]> | 2016-11-05 22:11:55 +0800 |
---|---|---|
committer | Joel Low <[email protected]> | 2016-11-06 12:45:14 +0800 |
commit | 54a951b6c67922b108488465bc062eda42877fd7 (patch) | |
tree | f8eaa44d52cba907698f3c34462f6d6245a8bc5b /src/lib/utils/info.txt | |
parent | c4da8e6545adb36a4c398fc3f872565e420e4aad (diff) |
Implement barriers for Threaded Fork
This commit introduces a concept of a barrier, where all threads must
synchronise before continuing. Threaded Fork uses this to ensure that all
input is consumed by each sink exactly once.
Fixes #695.
Diffstat (limited to 'src/lib/utils/info.txt')
-rw-r--r-- | src/lib/utils/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 189b2da1f..75a428a83 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -22,6 +22,7 @@ version.h </header:public> <header:internal> +barrier.h bit_ops.h ct_utils.h donna128.h |