nidas v1.2.3
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>

Typedefs

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

Typedef Documentation

◆ threadmap_t

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