Method: Mutex#initialize

Defined in:
thread_sync.c

#newObject

Creates a new Mutex

[View source]

170
171
172
173
174
# File 'thread_sync.c', line 170

static VALUE
mutex_initialize(VALUE self)
{
    return self;
}