projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558224d
)
FC wait strategy experiment
author
khizmax
<libcds.dev@gmail.com>
Sat, 18 Jun 2016 14:23:53 +0000
(17:23 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sat, 18 Jun 2016 14:23:53 +0000
(17:23 +0300)
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 c8ec6f83c22959dd72adcfef8baff4f11f36050f..40b6e7da8c6ebec90f648c8bbd2b5df4ad01be18 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 =
2
>
+ template <int Milliseconds =
10
>
class multi_mutex_multi_condvar
{
//@cond