Design a User Level Threading Library
Anonymous User
4497

Design a user level threading library similar to pThread

Follow up questions:
How do you inturrup a running thread?
How happens when the following 2 threads are created?
Thread 1 --> while(1) {}
Thread 2 --> while(1) {}

Comments (6)