7.10 Threads

OZ_makeRunnableThread

void OZ_makeRunnableThread(OZ_Term proc, OZ_Term *args, int n

Creates a thread with one task to execute the application of proc to arguments args[0],...,args[n-1].

OZ_getLowPrio
OZ_getMediumPrio
OZ_getHighPrio

int OZ_getLowPrio()
int OZ_getMediumPrio()
int OZ_getHighPrio()

Return the appropriate thread priorities.


Michael Mehl, Tobias Müller, Christian Schulte and Ralf Scheidhauer
Version 1.3.2 (20061206)