Tanl Linguistic Pipeline

IXE::SimpleCondition Struct Reference

Condition without the additional lock required by pthread_cond_wait(). More...

#include <Lock.h>

List of all members.

Public Member Functions

 SimpleCondition (SimpleCondition const &)
void notify ()
bool wait ()

Public Attributes

::pthread_mutex_t _c

Detailed Description

Condition without the additional lock required by pthread_cond_wait().

This implementation relies on the properties of 'fast' LinuxThreads mutexes, that allow another thread to unlock the mutex, while pthread_mutex_lock() blocks also the thread owning the mutex.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
 
Copyright © 2005-2011 G. Attardi. Generated on 4 Mar 2011 by doxygen 1.6.1.