Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ThreadImpl_Pthreads Class Reference
Inheritance diagram for ThreadImpl_Pthreads:
Inheritance graph
[legend]
Collaboration diagram for ThreadImpl_Pthreads:
Collaboration graph
[legend]

Public Member Functions

void Halt (bool Kill)
 
void Resume ()
 
uint64_t GetThreadId () const
 
int Wait ()
 

Public Attributes

pthread_t thread
 
uint64_t threadHandle
 
int(* m_pFunc )(void *pData)
 
void * m_pData
 
uint64_t * m_piThreadID
 
SemaImplm_StartFinishedSem
 

Member Function Documentation

◆ GetThreadId()

uint64_t ThreadImpl_Pthreads::GetThreadId ( ) const
virtual

Implements ThreadImpl.

◆ Halt()

void ThreadImpl_Pthreads::Halt ( bool  Kill)
virtual

Implements ThreadImpl.

◆ Resume()

void ThreadImpl_Pthreads::Resume ( )
virtual

Implements ThreadImpl.

◆ Wait()

int ThreadImpl_Pthreads::Wait ( )
virtual

Implements ThreadImpl.


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