ThreadTypes.hpp File Reference

#include "blocxx/BLOCXX_config.h"
#include <pthread.h>

Go to the source code of this file.


Classes

struct  BLOCXX_NAMESPACE::NonRecursiveMutex_t
struct  BLOCXX_NAMESPACE::Mutex_t
struct  BLOCXX_NAMESPACE::NonRecursiveMutexLockState

Namespaces

namespace  BLOCXX_NAMESPACE
 Taken from RFC 1321.

Defines

#define PTHREAD_COND_ATTR_DEFAULT   0

Typedefs

typedef pthread_t BLOCXX_NAMESPACE::Thread_t
typedef pthread_mutex_t BLOCXX_NAMESPACE::NativeMutex_t
typedef pthread_cond_t BLOCXX_NAMESPACE::ConditionVar_t


Define Documentation

#define PTHREAD_COND_ATTR_DEFAULT   0

Author:
Jon Carey

Dan Nuffer

Definition at line 53 of file ThreadTypes.hpp.

Referenced by BLOCXX_NAMESPACE::Condition::Condition(), and BLOCXX_NAMESPACE::MutexImpl::createMutex().


doxygen