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 | |
![]() | |
no_copy () | |
Allow default construction. More... | |
Definition at line 69 of file critical_section.h.
|
inline |
Definition at line 73 of file critical_section.h.
References tbb::internal::critical_section_v4::lock(), and my_crit.
|
inline |
Definition at line 77 of file critical_section.h.
References my_crit, and tbb::internal::critical_section_v4::unlock().
|
private |
Definition at line 71 of file critical_section.h.
Referenced by scoped_lock(), and ~scoped_lock().