| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
Queuing mutex with local-only spinning. More...
#include <queuing_mutex.h>
Classes | |
| class | scoped_lock | 
| The scoped locking pattern.  More... | |
Public Member Functions | |
| queuing_mutex () | |
| Construct unacquired mutex.  More... | |
| void __TBB_EXPORTED_METHOD | internal_construct () | 
Static Public Attributes | |
| static const bool | is_rw_mutex = false | 
| static const bool | is_recursive_mutex = false | 
| static const bool | is_fair_mutex = true | 
Private Attributes | |
| atomic< scoped_lock * > | q_tail | 
| The last competitor requesting the lock.  More... | |
Queuing mutex with local-only spinning.
Definition at line 31 of file queuing_mutex.h.
      
  | 
  inline | 
Construct unacquired mutex.
Definition at line 34 of file queuing_mutex.h.
References internal_construct(), and q_tail.
| void tbb::queuing_mutex::internal_construct | ( | ) | 
Definition at line 100 of file queuing_mutex.cpp.
References _T, and ITT_SYNC_CREATE.
Referenced by queuing_mutex().
      
  | 
  static | 
Definition at line 98 of file queuing_mutex.h.
      
  | 
  static | 
Definition at line 97 of file queuing_mutex.h.
      
  | 
  static | 
Definition at line 96 of file queuing_mutex.h.
      
  | 
  private | 
The last competitor requesting the lock.
Definition at line 102 of file queuing_mutex.h.
Referenced by tbb::queuing_mutex::scoped_lock::acquire(), queuing_mutex(), and tbb::queuing_mutex::scoped_lock::try_acquire().