#include <stdlib.h>
#include <set>
#include <string>
#include <boost/scoped_ptr.hpp>
#include "base/task.h"
Go to the source code of this file.
#define CHECK_CONCURRENCY |
( |
|
... | ) |
|
Value:do { \
const char *_X_array[] = { __VA_ARGS__ }; \
ConcurrencyChecker checker( \
_X_array, sizeof(_X_array) / sizeof(char *)); \
checker.Check(); \
} while (0)
Definition at line 39 of file task_annotations.h.
#define CHECK_CONCURRENCY_MAIN_THR |
( |
| ) |
|
Value:do { \
checker.CheckIfMainThr(); \
} while (0)
Definition at line 48 of file task_annotations.h.