Thread context.
More...
#include <gf_type/thread.h>
|
void(* | func )(void *) |
| Function to be called for thread.
|
|
void * | data |
| Data to be passed to thread.
|
|
Thread context.
Definition at line 42 of file thread.h.
◆ data
gf_thread_context_t::data |
Data to be passed to thread.
Definition at line 42 of file thread.h.
◆ func
gf_thread_context_t::func |
Function to be called for thread.
Definition at line 42 of file thread.h.
The documentation for this struct was generated from the following file: