Next: Locking Operations Up: Thread Library Previous: Synchronization Operations

Delay

Delays the current thread for at least msec milliseconds. This is not a thread primitive, but a library routine built on top of semWait/semSignal. Note that the argument is in milliseconds, while the time argument to evSchedule is in microseconds.

void Delay ( int msec )


Tue Nov 29 16:28:56 MST 1994