Semaphore Implementation and the user level thread library c
One of my assignment states to implement user level Non preempt library. I
have implmented the same. :) As part of the assginment, I have to
implement the semaphore routines too. I have to implement four semaphore
routines like SemaphoreInit(int value), SemaphoreSignal(mysemaphore),
SemaphoreWait(mysemaphore) and SemaphoreDestroy(mysemaphore). Can anyone
point me on how to start this? Give me some relavent links which I can see
and start implementing.
Thanks
No comments:
Post a Comment