GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Member Functions | Friends
graphchi::mutex Class Reference

#include <pthread_tools.hpp>

List of all members.

Public Member Functions

void lock () const
void unlock () const
bool try_lock () const

Friends

class conditional

Detailed Description

Wrapper around pthread's mutex On single core systems mutex should be used. On multicore systems, spinlock should be used.


The documentation for this class was generated from the following file: