next up previous contents
Next: Thread Resume Up: Thread Library Previous: Thread Creation   Contents

Thread Suspend

unsigned int thread_suspend(struct tcb *t)

This function is called to suspend (or block) any thread. t is the pointer to the tcb of the thread to be suspended. The suspended thread remains in blocked state unless it is resumed by the thread_resume system call.



Soumyadeb Mitra 2002-08-07