|
BFLibC 0.1
C Library
|

Data Fields | ||
| void(* | callback )(void *) | |
| the function that will run on its dedicated thread | ||
| void * | args | |
| char | type | |
| union { | ||
| _BFThreadSyncID * sync | ||
| _BFThreadAsyncID * async | ||
| } | id | |
end THREAD ID TABLE
| void* _BFThreadRoutineParams::args |
| _BFThreadAsyncID* _BFThreadRoutineParams::async |
| void(* _BFThreadRoutineParams::callback) (void *) |
the function that will run on its dedicated thread
| union { ... } _BFThreadRoutineParams::id |
| _BFThreadSyncID* _BFThreadRoutineParams::sync |
| char _BFThreadRoutineParams::type |