LLVM  4.0.0
Public Attributes | List of all members
ThreadInfo Struct Reference
Collaboration diagram for ThreadInfo:
[legend]

Public Attributes

void(* UserFn )(void *)
 
void * UserData
 

Detailed Description

Definition at line 36 of file Threading.cpp.

Member Data Documentation

void* ThreadInfo::UserData

Definition at line 38 of file Threading.cpp.

Referenced by ExecuteOnThread_Dispatch().

void(* ThreadInfo::UserFn)(void *)

Definition at line 37 of file Threading.cpp.

Referenced by ExecuteOnThread_Dispatch().


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