Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
leveldb::port::CondVar Class Reference

#include <port_example.h>

Collaboration diagram for leveldb::port::CondVar:
Collaboration graph
[legend]

Public Member Functions

 CondVar (Mutex *mu)
 
 ~CondVar ()
 
void Wait ()
 
void Signal ()
 
void SignallAll ()
 
 CondVar (Mutex *mu)
 
 ~CondVar ()
 
void Wait ()
 
void Signal ()
 
void SignalAll ()
 
 CondVar (Mutex *mu)
 
 ~CondVar ()
 
void Wait ()
 
void Signal ()
 
void SignalAll ()
 

Private Attributes

pthread_cond_t cv_
 
Mutexmu_
 
Mutex wait_mtx_
 
long waiting_
 
void * sem1_
 
void * sem2_
 

Detailed Description

Definition at line 45 of file port_example.h.

Constructor & Destructor Documentation

leveldb::port::CondVar::CondVar ( Mutex mu)
explicit

Definition at line 30 of file port_posix.cc.

leveldb::port::CondVar::~CondVar ( )

Definition at line 35 of file port_posix.cc.

leveldb::port::CondVar::CondVar ( Mutex mu)
explicit
leveldb::port::CondVar::~CondVar ( )
leveldb::port::CondVar::CondVar ( Mutex mu)
explicit
leveldb::port::CondVar::~CondVar ( )

Member Function Documentation

void leveldb::port::CondVar::Signal ( )

Definition at line 41 of file port_posix.cc.

void leveldb::port::CondVar::Signal ( )
void leveldb::port::CondVar::Signal ( )
void leveldb::port::CondVar::SignalAll ( )
void leveldb::port::CondVar::SignalAll ( )

Definition at line 45 of file port_posix.cc.

void leveldb::port::CondVar::SignallAll ( )
void leveldb::port::CondVar::Wait ( )

Definition at line 37 of file port_posix.cc.

void leveldb::port::CondVar::Wait ( )
void leveldb::port::CondVar::Wait ( )

Member Data Documentation

pthread_cond_t leveldb::port::CondVar::cv_
private

Definition at line 115 of file port_posix.h.

Mutex * leveldb::port::CondVar::mu_
private

Definition at line 116 of file port_posix.h.

void* leveldb::port::CondVar::sem1_
private

Definition at line 92 of file port_win.h.

void* leveldb::port::CondVar::sem2_
private

Definition at line 93 of file port_win.h.

Mutex leveldb::port::CondVar::wait_mtx_
private

Definition at line 89 of file port_win.h.

long leveldb::port::CondVar::waiting_
private

Definition at line 90 of file port_win.h.


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