locks.hh File Reference

This file implements various objects which provide mutual exclusion capabilities for multi-threaded applications that use OpenMP. More...

Go to the source code of this file.

Classes

class  OmpMutex
 
class  ScopedLock
 This class implements an exception-safe scoped lock-keeper. More...
 

Detailed Description

This file implements various objects which provide mutual exclusion capabilities for multi-threaded applications that use OpenMP.