Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ThreadFactory Class Reference

#include <threadfac.h>

Static Public Member Functions

static bit8 startThread (void(*start_func)(void *), void *data)
 
static bit8 startThread (Runnable &runable, void *data, bit8 destroy=FALSE)
 
static bit8 startThread (void(*start_func)(void *), void *data)
 
static bit8 startThread (Runnable &runable, void *data, bit8 destroy=FALSE)
 

Detailed Description

Definition at line 74 of file threadfac.h.

Member Function Documentation

◆ startThread() [1/4]

bit8 ThreadFactory::startThread ( Runnable & runable,
void * data,
bit8 destroy = FALSE )
static

Definition at line 55 of file threadfac.cpp.

◆ startThread() [2/4]

static bit8 ThreadFactory::startThread ( Runnable & runable,
void * data,
bit8 destroy = FALSE )
static

◆ startThread() [3/4]

bit8 ThreadFactory::startThread ( void(* start_func )(void *),
void * data )
static

Definition at line 117 of file threadfac.cpp.

◆ startThread() [4/4]

static bit8 ThreadFactory::startThread ( void(* start_func )(void *),
void * data )
static

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