projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e32c66
)
Revert "FC wait strategy experiment"
author
khizmax
<libcds.dev@gmail.com>
Sat, 18 Jun 2016 15:11:17 +0000
(18:11 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sat, 18 Jun 2016 15:11:17 +0000
(18:11 +0300)
This reverts commit
e5ff38da4ded440bc8cd2c6e2c7c1c4b6be013a1
.
cds/algo/flat_combining/wait_strategy.h
patch
|
blob
|
history
diff --git
a/cds/algo/flat_combining/wait_strategy.h
b/cds/algo/flat_combining/wait_strategy.h
index 40b6e7da8c6ebec90f648c8bbd2b5df4ad01be18..c8ec6f83c22959dd72adcfef8baff4f11f36050f 100644
(file)
--- a/
cds/algo/flat_combining/wait_strategy.h
+++ b/
cds/algo/flat_combining/wait_strategy.h
@@
-242,7
+242,7
@@
namespace cds { namespace algo { namespace flat_combining {
Template parameter \p Milliseconds specifies waiting duration;
the minimal value is 1.
*/
- template <int Milliseconds =
10
>
+ template <int Milliseconds =
2
>
class multi_mutex_multi_condvar
{
//@cond