HMLP: High-performance Machine Learning Primitives
hmlp::Lock Class Reference

Wrapper for omp or pthread mutex. More...

#include <tci.hpp>

Public Member Functions

 Lock ()
 Shared-memory lock that calls either pthread or omp mutex..
 
 ~Lock ()
 
void Acquire ()
 
void Release ()
 

Detailed Description

Wrapper for omp or pthread mutex.

Constructor & Destructor Documentation

hmlp::Lock::~Lock ( )

Member Function Documentation

void hmlp::Lock::Acquire ( )

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