Property | Type | Description | |
---|---|---|---|
thread | Object |
Method | Description | |
---|---|---|
SPECIFIC ( Object m ) : Object | ||
SPECIFIC_SET ( Object m, Object s ) : void | ||
acquire_lock ( ) : bool | ||
bglpmutex ( Object n ) : System | ||
mutexes_unlock ( Object thread ) : void | ||
release_lock ( ) : bool | ||
setup ( ) : void | ||
state ( ) : Object |
Method | Description | |
---|---|---|
create ( Object name ) : |
public static SPECIFIC_SET ( Object m, Object s ) : void | ||
m | Object | |
s | Object | |
return | void |
public static mutexes_unlock ( Object thread ) : void | ||
thread | Object | |
return | void |