X-Boost  2.3.8
Public Types | Public Member Functions | Public Attributes | List of all members
sprint::thread_function Struct Reference

pthread thread creation params More...

#include <function.h>

Public Types

typedef void * ReturnType
 
typedef void * ParamType
 
typedef void *(* CallBackType )(void *)
 The callback type supporter by local thread architecture.
 

Public Member Functions

 thread_function (CallBackType _proc, ParamType _param)
 

Public Attributes

CallBackType proc
 
ParamType param
 

Detailed Description

pthread thread creation params


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