C# 클래스 bigloo.pthread.bglpmutex

상속: bigloo.mutex
파일 보기 프로젝트 열기: mbrock/bigloo-llvm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
thread Object

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
create ( Object name ) : mutex

메소드 상세

SPECIFIC() 공개 정적인 메소드

public static SPECIFIC ( Object m ) : Object
m Object
리턴 Object

SPECIFIC_SET() 공개 정적인 메소드

public static SPECIFIC_SET ( Object m, Object s ) : void
m Object
s Object
리턴 void

acquire_lock() 공개 메소드

public acquire_lock ( ) : bool
리턴 bool

bglpmutex() 공개 메소드

public bglpmutex ( Object n ) : System
n Object
리턴 System

create() 보호된 메소드

protected create ( Object name ) : mutex
name Object
리턴 bigloo.mutex

mutexes_unlock() 공개 정적인 메소드

public static mutexes_unlock ( Object thread ) : void
thread Object
리턴 void

release_lock() 공개 메소드

public release_lock ( ) : bool
리턴 bool

setup() 공개 정적인 메소드

public static setup ( ) : void
리턴 void

state() 공개 메소드

public state ( ) : Object
리턴 Object

프로퍼티 상세

thread 보호되어 있는 프로퍼티

protected Object thread
리턴 Object