<< Prev | - Up - | Next >> |
OZ_makeRunnableThread
void OZ_makeRunnableThread(OZ_CFun fun, OZ_Term *args, int n)
Creates a thread with one task to execute the function fun
with arguments args[0],
...,args[n-1]
. TODO: check this
OZ_getLowPrio
OZ_getMediumPrio
OZ_getHighPrio
int OZ_getLowPrio()
int OZ_getMediumPrio()
int OZ_getHighPrio()
Return the appropriate thread priorities.
<< Prev | - Up - | Next >> |