Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
thread Class Reference

#include <TestHelpers.h>

Public Member Functions

 thread (IRunnable &runnable)
 
 thread ()
 
 ~thread ()
 
 thread (thread &other)
 
threadoperator= (thread &other)
 
void join ()
 
bool timed_join (unsigned int millis)
 

Constructor & Destructor Documentation

◆ thread() [1/3]

thread::thread ( IRunnable runnable)
inlineexplicit

◆ thread() [2/3]

thread::thread ( )
inline

◆ ~thread()

thread::~thread ( )
inline

◆ thread() [3/3]

thread::thread ( thread other)
inline

Member Function Documentation

◆ join()

void thread::join ( )
inline

◆ operator=()

thread & thread::operator= ( thread other)
inline

◆ timed_join()

bool thread::timed_join ( unsigned int  millis)
inline

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