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

#include <pthread_tools.hpp>

List of all members.

Classes

union  rwticket

Public Member Functions

void writelock () const
void wrunlock () const
void readlock () const
void rdunlock () const
void unlock () const

Detailed Description

rwlock built around "spinning" source adapted from http://locklessinc.com/articles/locks/ "Scalable Reader-Writer Synchronization for Shared-Memory Multiprocessors" John Mellor-Crummey and Michael Scott


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