X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fskip_list_set_rcu.h;h=daf05f2b0c99bc89f60e13dbcbb33ac152f75e86;hb=9f9f9f1695656ca21d618b2f88ccd5b4f76218f7;hp=9c9b4f0e6cc28cfe44d1a62aaa92c4fe1a169098;hpb=40e34e6d0b104b6f5aff506ad67d43fd410e52bc;p=libcds.git diff --git a/cds/container/skip_list_set_rcu.h b/cds/container/skip_list_set_rcu.h index 9c9b4f0e..daf05f2b 100644 --- a/cds/container/skip_list_set_rcu.h +++ b/cds/container/skip_list_set_rcu.h @@ -74,9 +74,9 @@ namespace cds { namespace container { - opt::item_counter - the type of item counting feature. Default is \ref atomicity::empty_item_counter that is no item counting. - opt::memory_model - C++ memory ordering model. Can be opt::v::relaxed_ordering (relaxed memory model, the default) or opt::v::sequential_consistent (sequentially consisnent memory model). - - skip_list::random_level_generator - random level generator. Can be skip_list::xorshift, skip_list::turbo_pascal or - user-provided one. See skip_list::random_level_generator option description for explanation. - Default is \p %skip_list::turbo_pascal. + - skip_list::random_level_generator - random level generator. Can be \p skip_list::xor_shift, \p skip_list::turbo or + user-provided one. See \p skip_list::random_level_generator option description for explanation. + Default is \p skip_list::turbo32. - opt::allocator - allocator for skip-list node. Default is \ref CDS_DEFAULT_ALLOCATOR. - opt::back_off - back-off strategy used. If the option is not specified, the cds::backoff::Default is used. - opt::stat - internal statistics. Available types: skip_list::stat, skip_list::empty_stat (the default)