bigloo.foreign.bgl_mutex_unlock C# (CSharp) Method

bgl_mutex_unlock() public static method

public static bgl_mutex_unlock ( mutex o ) : bool
o mutex
return bool
        public static bool bgl_mutex_unlock(mutex o)
        {
            return o.release_lock();
        }
foreign