|
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 () | |
| Allow default construction. More... | |
Definition at line 65 of file critical_section.h.
|
inline |
Definition at line 69 of file critical_section.h.
References tbb::internal::critical_section_v4::lock().
|
inline |
Definition at line 73 of file critical_section.h.
References tbb::internal::critical_section_v4::unlock().
|
private |
Definition at line 67 of file critical_section.h.