module Concurrent::ThreadSafe::Util::CheapLockable
def cheap_synchronize
def cheap_synchronize Rubinius.lock(self) begin yield ensure Rubinius.unlock(self) end end
def cheap_synchronize Rubinius.lock(self) begin yield ensure Rubinius.unlock(self) end end