CPPMyth
Library to interoperate with MythTV server
Loading...
Searching...
No Matches
NSROOT::OS::Thread::Handle Struct Reference
Collaboration diagram for NSROOT::OS::Thread::Handle:

Data Fields

thread_t nativeHandle
volatile bool running
volatile bool stopped
volatile bool notifiedStop
volatile bool notifiedWake
Condition< volatile bool > condition
Mutex mutex

Detailed Description

Definition at line 137 of file thread.h.

Constructor & Destructor Documentation

◆ Handle()

NSROOT::OS::Thread::Handle::Handle ( )
inline

Definition at line 147 of file thread.h.

Field Documentation

◆ condition

Condition<volatile bool> NSROOT::OS::Thread::Handle::condition

Definition at line 144 of file thread.h.

◆ mutex

Mutex NSROOT::OS::Thread::Handle::mutex

Definition at line 145 of file thread.h.

◆ nativeHandle

thread_t NSROOT::OS::Thread::Handle::nativeHandle

Definition at line 139 of file thread.h.

◆ notifiedStop

volatile bool NSROOT::OS::Thread::Handle::notifiedStop

Definition at line 142 of file thread.h.

◆ notifiedWake

volatile bool NSROOT::OS::Thread::Handle::notifiedWake

Definition at line 143 of file thread.h.

◆ running

volatile bool NSROOT::OS::Thread::Handle::running

Definition at line 140 of file thread.h.

◆ stopped

volatile bool NSROOT::OS::Thread::Handle::stopped

Definition at line 141 of file thread.h.


The documentation for this struct was generated from the following file:
  • /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/os/threads/thread.h