ACE_recursive_thread_mutex_t Class ReferenceImplement a thin C++ wrapper that allows nested acquisition and release of a mutex that occurs in the same thread. More...
Detailed DescriptionImplement a thin C++ wrapper that allows nested acquisition and release of a mutex that occurs in the same thread.This implementation is based on an algorithm sketched by Dave Butenhof <butenhof@zko.dec.com>. Naturally, I take the credit for any mistakes ;-) Member Data Documentation
Guards the state of the nesting level and thread id.
This condition variable suspends other waiting threads until the mutex is available. Current nesting level of the recursion.
Current owner of the lock.
The documentation for this class was generated from the following file: Generated on Mon Sep 15 07:16:24 2008 for ACE by 1.5.5 |