Sha256: 1d8a525afa8a3621593c4c324c54185c651a1875a6cabd7189152dd7e135cbec

Contents?: true

Size: 700 Bytes

Versions: 152

Compression:

Stored size: 700 Bytes

Contents

module ThreadSafe
  module Util
    FIXNUM_BIT_SIZE = (0.size * 8) - 2
    MAX_INT         = (2 ** FIXNUM_BIT_SIZE) - 1
    CPU_COUNT       = 16 # is there a way to determine this?

    autoload :AtomicReference, 'thread_safe/util/atomic_reference'
    autoload :Adder,           'thread_safe/util/adder'
    autoload :CheapLockable,   'thread_safe/util/cheap_lockable'
    autoload :PowerOfTwoTuple, 'thread_safe/util/power_of_two_tuple'
    autoload :Striped64,       'thread_safe/util/striped64'
    autoload :Volatile,        'thread_safe/util/volatile'
    autoload :VolatileTuple,   'thread_safe/util/volatile_tuple'
    autoload :XorShiftRandom,  'thread_safe/util/xor_shift_random'
  end
end

Version data entries

152 entries across 144 versions & 47 rubygems

Version Path
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb
logstash-codec-json-2.0.3 vendor/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/thread_safe-0.3.5-java/lib/thread_safe/util.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb
thread_safe-0.3.5-java lib/thread_safe/util.rb
thread_safe-0.3.5 lib/thread_safe/util.rb
nanumfont-rails-0.1 vendor/bundle/ruby/2.1.0/gems/thread_safe-0.3.4/lib/thread_safe/util.rb