#include <task_annotations.h>
Definition at line 15 of file task_annotations.h.
ConcurrencyChecker::ConcurrencyChecker |
( |
| ) |
|
ConcurrencyChecker::ConcurrencyChecker |
( |
const char * |
task_ids[], |
|
|
size_t |
count |
|
) |
| |
void ConcurrencyChecker::Check |
( |
| ) |
|
void ConcurrencyChecker::CheckIfMainThr |
( |
| ) |
|
static bool ConcurrencyChecker::IsInMainThr |
( |
| ) |
|
|
inlinestatic |
bool ConcurrencyChecker::enable_ |
|
static |
Initial value:= getenv("CONCURRENCY_CHECK_ENABLE") != NULL &&
!strcasecmp(getenv("CONCURRENCY_CHECK_ENABLE"), "true")
Definition at line 17 of file task_annotations.h.
The documentation for this class was generated from the following files: