Main Page
Namespace List
Class Hierarchy
Compound List
File List
Namespace Members
Compound Members
File Members
Related Pages
tthreads Namespace Reference
Thread abstraction namespace.
More...
Functions
int
startTThread
(TTHREAD(*funk)(void *), void *param)
Detailed Description
Thread abstraction namespace.
Author:
Xanathar
Function Documentation
int startTThread
(
TTHREAD(*
funk
)(void *),
void *
param
)
Author:
Xanathar
Parameters:
funk
pointer to thread function
param
pointer to a volatile buffer created with should be eventually freed by the thread itself