C# Class bigloo.pthread.bglpthread

ファイルを表示 Open project: mbrock/bigloo-llvm Class Usage Examples

Protected Properties

Property Type Description
env bigloo.bgldynamic

Public Methods

Method Description
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

Method Details

CLEANUP() public method

public CLEANUP ( ) : Object
return Object

CLEANUP_SET() public method

public CLEANUP_SET ( Object p ) : void
p Object
return void

SPECIFIC() public method

public SPECIFIC ( ) : Object
return Object

SPECIFIC_SET() public method

public SPECIFIC_SET ( Object o ) : void
o Object
return void

bglpthread() public method

public bglpthread ( ) : System
return System

bglpthread() public method

public bglpthread ( procedure t ) : System
t bigloo.procedure
return System

current_thread() public static method

public static current_thread ( ) : Object
return Object

dojoin() public static method

public static dojoin ( bglpthread t ) : void
t bglpthread
return void

nil() public static method

public static nil ( ) : bglpthread
return bglpthread

run() public method

public run ( ) : void
return void

sched_yield() public static method

public static sched_yield ( ) : int
return int

setup() public static method

public static setup ( ) : void
return void

start() public method

public start ( Object t, bool _ ) : void
t Object
_ bool
return void

terminate() public static method

public static terminate ( bglpthread thread ) : bool
thread bglpthread
return bool

Property Details

env protected_oe property

protected bgldynamic,bigloo env
return bigloo.bgldynamic