#include <cstdlib>
#include <memory.h>
#include <pthread.h>
#include <semaphore.h>
#include <sched.h>
#include <signal.h>
#include <sys/time.h>
#include <vector>
#include <cassert>
#include <list>
#include <iostream>
Go to the source code of this file.
Classes | |
class | graphchi::mutex |
class | graphchi::conditional |
class | graphchi::semaphore |
class | graphchi::spinrwlock |
union | graphchi::spinrwlock::rwticket |
class | graphchi::rwlock |
class | graphchi::barrier |
Namespaces | |
namespace | graphchi |
Typedefs | |
typedef mutex | graphchi::spinlock |
if spinlock not supported, it is typedef it to a mutex. |
Functions | |
void | graphchi::prefetch_range (void *addr, size_t len) |
void | graphchi::prefetch_range_write (void *addr, size_t len) |
A collection of utilities for threading