Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
thread.cc File Reference
#include "util/thread.h"
#include <set>
#include <map>
#include <boost/foreach.hpp>
#include <unistd.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include "util/debug-util.h"
#include "util/error-util.h"
#include "util/cgroups-mgr.h"
#include "util/metrics.h"
#include "util/webserver.h"
#include "util/url-coding.h"
#include "util/os-util.h"
#include "common/names.h"
Include dependency graph for thread.cc:

Go to the source code of this file.

Classes

class  impala::ThreadMgr
 
class  impala::ThreadMgr::ThreadDescriptor
 

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

void impala::InitThreading ()
 Initialises the threading subsystem. Must be called before a Thread is created. More...
 
Status impala::StartThreadInstrumentation (MetricGroup *metrics, Webserver *webserver)
 

Variables

static const string impala::THREADS_WEB_PAGE = "/threadz"
 
static const string impala::THREADS_TEMPLATE = "threadz.tmpl"
 
shared_ptr< ThreadMgr > impala::thread_manager