Reentrance guard.
More...
#include <profile/impl/profiler.h>
Reentrance guard.
Mechanism to protect all __gnu_profile operations against recursion, multithreaded and exception reentrance.
__gnu_profile::__reentrance_guard::__reentrance_guard |
( |
| ) |
|
|
inline |
__gnu_profile::__reentrance_guard::~__reentrance_guard |
( |
| ) |
|
|
inline |
static bool & __inside()
Definition: profiler.h:73
static bool __gnu_profile::__reentrance_guard::__get_in |
( |
| ) |
|
|
inlinestatic |
static bool & __inside()
Definition: profiler.h:73
static bool& __gnu_profile::__reentrance_guard::__inside |
( |
| ) |
|
|
inlinestatic |
75 static __thread
bool _S_inside(
false);
The documentation for this struct was generated from the following file: