nidas  v1.2-1520
Macros | Typedefs
Thread.cc File Reference
#include "Thread.h"
#include "ThreadSupport.h"
#include "Logger.h"
#include <cstdlib>
#include <unistd.h>
#include <cstdio>
#include <pthread.h>
#include <cstring>
#include <csignal>
#include <errno.h>
#include <iostream>
#include <sstream>
#include <stdexcept>

Macros

#define _GNU_SOURCE
 

Typedefs

typedef std::map< pthread_t,
Thread *, std::less< pthread_t > > 
threadmap_t
 

Macro Definition Documentation

#define _GNU_SOURCE

Typedef Documentation

typedef std::map<pthread_t, Thread *, std::less<pthread_t> > threadmap_t