Enumerations | Functions | Variables
Threading Namespace Reference

Namespace offering helpers and types useful for multithreading. More...

Enumerations

enum  EEventStatus { eEventSuccess, eEventTimeout }
 
enum  EMutexStatus { eMutexSuccess, eMutexBusy, eMutexError }
 

Functions

void SleepThread (int nMS)
 
void YieldThread ()
 

Variables

const int WAIT_INFINITE = -1
 

Detailed Description

Namespace offering helpers and types useful for multithreading.

Enumeration Type Documentation

◆ EEventStatus

Enumerator
eEventSuccess 
eEventTimeout 

Definition at line 70 of file Threading.h.

◆ EMutexStatus

Enumerator
eMutexSuccess 
eMutexBusy 
eMutexError 

Definition at line 62 of file Threading.h.

Function Documentation

◆ SleepThread()

void Threading::SleepThread ( int  nMS)

Definition at line 84 of file Threading.cpp.

◆ YieldThread()

void Threading::YieldThread ( )

Definition at line 67 of file Threading.cpp.

Variable Documentation

◆ WAIT_INFINITE

const int Threading::WAIT_INFINITE = -1

Definition at line 59 of file Threading.h.



asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Feb 28 2022 21:44:01