BFLibC 0.1
C Library
Loading...
Searching...
No Matches
_BFThreadRoutineParams Struct Reference
Collaboration diagram for _BFThreadRoutineParams:

Data Fields

void(* callback )(void *)
 the function that will run on its dedicated thread
 
void * args
 
char type
 
union { 
 
   _BFThreadSyncID *   sync 
 
   _BFThreadAsyncID *   async 
 
id 
 

Detailed Description

end THREAD ID TABLE

Field Documentation

◆ args

void* _BFThreadRoutineParams::args

◆ async

_BFThreadAsyncID* _BFThreadRoutineParams::async

◆ callback

void(* _BFThreadRoutineParams::callback) (void *)

the function that will run on its dedicated thread

◆ [union]

union { ... } _BFThreadRoutineParams::id

◆ sync

_BFThreadSyncID* _BFThreadRoutineParams::sync

◆ type

char _BFThreadRoutineParams::type

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