= private = protected
mu_synchronize()
locking
# File lib/mutex_m.rb, line 64 def mu_synchronize begin mu_lock yield ensure mu_unlock end end