C# Class bigloo.pthread.bglpthread

Afficher le fichier Open project: mbrock/bigloo-llvm Class Usage Examples

Protected Properties

Свойство Type Description
env bigloo.bgldynamic

Méthodes publiques

Méthode 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 méthode

public CLEANUP ( ) : Object
Résultat Object

CLEANUP_SET() public méthode

public CLEANUP_SET ( Object p ) : void
p Object
Résultat void

SPECIFIC() public méthode

public SPECIFIC ( ) : Object
Résultat Object

SPECIFIC_SET() public méthode

public SPECIFIC_SET ( Object o ) : void
o Object
Résultat void

bglpthread() public méthode

public bglpthread ( ) : System
Résultat System

bglpthread() public méthode

public bglpthread ( procedure t ) : System
t bigloo.procedure
Résultat System

current_thread() public static méthode

public static current_thread ( ) : Object
Résultat Object

dojoin() public static méthode

public static dojoin ( bglpthread t ) : void
t bglpthread
Résultat void

nil() public static méthode

public static nil ( ) : bglpthread
Résultat bglpthread

run() public méthode

public run ( ) : void
Résultat void

sched_yield() public static méthode

public static sched_yield ( ) : int
Résultat int

setup() public static méthode

public static setup ( ) : void
Résultat void

start() public méthode

public start ( Object t, bool _ ) : void
t Object
_ bool
Résultat void

terminate() public static méthode

public static terminate ( bglpthread thread ) : bool
thread bglpthread
Résultat bool

Property Details

env protected_oe property

protected bgldynamic,bigloo env
Résultat bigloo.bgldynamic