My Project
|
#include "threadconf.h"
#include <list>
#include <vector>
#include <cstring>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
#include "thread.h"
#include "singthreads.h"
Go to the source code of this file.
Namespaces | |
namespace | LibThread |
Functions | |
void | ThreadError (const char *message) |
template<typename T > | |
T * | LibThread::shared_alloc (size_t n) |
template<typename T > | |
T * | LibThread::shared_alloc0 (size_t n) |
template<typename T > | |
void | LibThread::shared_free (T *p) |
Variables | |
pthread_t | no_thread |
void ThreadError | ( | const char * | message | ) |
Definition at line 18 of file thread.cc.