Reentrant semaphores?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Reentrant semaphores?

Fernando Rodríguez-2
Is there animplementation of reentrant semaphores for dolphin? I was planning
to implement a Monitor class and it wouldmake my life easier...


Thanks


Reply | Threaded
Open this post in threaded view
|

Re: Reentrant semaphores?

Udo Schneider
Fernando Rodríguez wrote:
> Is there animplementation of reentrant semaphores for dolphin? I was
> planning to implement a Monitor class and it wouldmake my life easier...
Did you take a look at the Mutex class? If I remember correctly it's
semantics are little bit different than a Semaphore>>forMutualExclusion.

CU,

Udo