Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "runtime/thread-resource-mgr.h"
#include <vector>
#include <boost/algorithm/string.hpp>
#include <boost/thread/locks.hpp>
#include <gflags/gflags.h>
#include "common/logging.h"
#include "util/cpu-info.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
DEFINE_int32 (num_threads_per_core, 3,"Number of threads per core.") | |
DEFINE_int32 | ( | num_threads_per_core | , |
3 | , | ||
"Number of threads per core." | |||
) |