|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <critical_section.h>
Public Member Functions | |
| scoped_lock (critical_section_v4 &lock_me) | |
| ~scoped_lock () | |
Private Attributes | |
| critical_section_v4 & | my_crit |
Additional Inherited Members | |
Private Member Functions inherited from tbb::internal::no_copy | |
| no_copy (const no_copy &)=delete | |
| no_copy ()=default | |
Definition at line 79 of file critical_section.h.
|
inline |
Definition at line 83 of file critical_section.h.
References tbb::internal::critical_section_v4::lock(), and my_crit.
|
inline |
Definition at line 87 of file critical_section.h.
References my_crit, and tbb::internal::critical_section_v4::unlock().
|
private |
Definition at line 81 of file critical_section.h.
Referenced by scoped_lock(), and ~scoped_lock().