next up previous contents
Next: Thread Reset Up: Thread Library Previous: Thread Suspend   Contents

Thread Resume

unsigned int thread_resume(struct tcb *t)

This function is called to resume a suspended thread. This function has no effect if t is not in a blocked state, or it is blocked for waiting on a semaphore.



Soumyadeb Mitra 2002-08-07