C# 클래스 bigloo.pthread.bglpthread

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

보호된 프로퍼티들

프로퍼티 타입 설명
env bigloo.bgldynamic

공개 메소드들

메소드 설명
CLEANUP ( ) : Object
CLEANUP_SET ( Object p ) : void
SPECIFIC ( ) : Object
SPECIFIC_SET ( Object o ) : void
bglpthread ( ) : System
bglpthread ( procedure t ) : System
current_thread ( ) : Object
dojoin ( bglpthread t ) : void
nil ( ) : bglpthread
run ( ) : void
sched_yield ( ) : int
setup ( ) : void
start ( Object t, bool _ ) : void
terminate ( bglpthread thread ) : bool

메소드 상세

CLEANUP() 공개 메소드

public CLEANUP ( ) : Object
리턴 Object

CLEANUP_SET() 공개 메소드

public CLEANUP_SET ( Object p ) : void
p Object
리턴 void

SPECIFIC() 공개 메소드

public SPECIFIC ( ) : Object
리턴 Object

SPECIFIC_SET() 공개 메소드

public SPECIFIC_SET ( Object o ) : void
o Object
리턴 void

bglpthread() 공개 메소드

public bglpthread ( ) : System
리턴 System

bglpthread() 공개 메소드

public bglpthread ( procedure t ) : System
t bigloo.procedure
리턴 System

current_thread() 공개 정적인 메소드

public static current_thread ( ) : Object
리턴 Object

dojoin() 공개 정적인 메소드

public static dojoin ( bglpthread t ) : void
t bglpthread
리턴 void

nil() 공개 정적인 메소드

public static nil ( ) : bglpthread
리턴 bglpthread

run() 공개 메소드

public run ( ) : void
리턴 void

sched_yield() 공개 정적인 메소드

public static sched_yield ( ) : int
리턴 int

setup() 공개 정적인 메소드

public static setup ( ) : void
리턴 void

start() 공개 메소드

public start ( Object t, bool _ ) : void
t Object
_ bool
리턴 void

terminate() 공개 정적인 메소드

public static terminate ( bglpthread thread ) : bool
thread bglpthread
리턴 bool

프로퍼티 상세

env 보호되어 있는 프로퍼티

protected bgldynamic,bigloo env
리턴 bigloo.bgldynamic