Search:
Forum
General C++ Programming
Reentrant lock
Reentrant lock
Apr 3, 2009 at 2:45am UTC
rachitagrawal
(101)
Can somebody guide me to write a code for Reentrant lock?
Apr 3, 2009 at 7:38am UTC
kbw
(9488)
They're built into the Operating System and generally made avaliable thru a local library. Mutexes and Semaphores are examples.
Apr 3, 2009 at 4:12pm UTC
rachitagrawal
(101)
I guess I got it. pthread libraries will help me building one. I wanted to build one of my own and for that needed monitors which pthread is providing.
Apr 3, 2009 at 5:23pm UTC
kbw
(9488)
For Unix, yes.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs