BRE12
Classes | Static Public Attributes | List of all members
tbb::null_mutex Class Reference

A mutex which does nothing. More...

#include <null_mutex.h>

Inheritance diagram for tbb::null_mutex:

Classes

class  scoped_lock
 Represents acquisition of a mutex. More...
 

Static Public Attributes

static const bool is_rw_mutex = false
 
static const bool is_recursive_mutex = true
 
static const bool is_fair_mutex = true
 

Detailed Description

A mutex which does nothing.

A null_mutex does no operation and simulates success.


The documentation for this class was generated from the following file: