Various C++ Examples (including IPC)
Version: 1.0.0
|
wrapper function parameters/arguments More...
Public Attributes | |
void *(* | user_func )(void *) |
void * | argument |
void * | other_info |
wrapper function parameters/arguments
Definition at line 32 of file threadDeath2.cc.
void* func_params::argument |
Definition at line 35 of file threadDeath2.cc.
void* func_params::other_info |
Definition at line 36 of file threadDeath2.cc.
void*(* func_params::user_func) (void *) |
Definition at line 34 of file threadDeath2.cc.