C-style thread function with user data.
More...
#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/system/al_Thread.hpp>
|
typedef void *(* | CFunc) (void *userData) |
| Prototype of thread execution function.
|
|
|
CFunc | func |
| Thread execution function.
|
|
void * | user |
| User data passed into thread execution function.
|
|
C-style thread function with user data.
Definition at line 59 of file al_Thread.hpp.
◆ CThreadFunction()
al::CThreadFunction::CThreadFunction |
( |
CFunc |
threadFunc = 0 , |
|
|
void * |
userData = 0 |
|
) |
| |
|
inline |
- Parameters
-
[in] | threadFunc | thread execution function |
[in] | userData | user data passed into thread execution function |
Definition at line 66 of file al_Thread.hpp.
The documentation for this struct was generated from the following file: