module Mutex_m

def mu_try_lock

See Thread::Mutex#try_lock
def mu_try_lock
  @_mutex.try_lock
end