<< Prev | - Up - | Next >> |
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.
<< Prev | - Up - | Next >> |