#include <assert.h>
#include <fstream>
#include <map>
#include <iostream>
#include <boost/intrusive/set.hpp>
#include <boost/optional.hpp>
#include "tbb/atomic.h"
#include "tbb/task.h"
#include "tbb/enumerable_thread_specific.h"
#include "base/logging.h"
#include "base/task.h"
#include "base/task_annotations.h"
#include "base/task_tbbkeepawake.h"
#include "base/task_monitor.h"
#include <base/sandesh/task_types.h>
Go to the source code of this file.
#define TASK_TRACE |
( |
|
scheduler, |
|
|
|
task, |
|
|
|
msg, |
|
|
|
delay |
|
) |
| |
Value:do {\
scheduler->Log(__FILE__, __LINE__,
task, msg, delay);\
} while (false)
Definition at line 39 of file task.cc.
ostream& operator<< |
( |
ostream & |
out, |
|
|
const Task & |
t |
|
) |
| |