LLVM  3.7.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 34 of file Threading.cpp.

Member Data Documentation

void* ThreadInfo::UserData

Definition at line 36 of file Threading.cpp.

Referenced by ExecuteOnThread_Dispatch().

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

Definition at line 35 of file Threading.cpp.

Referenced by ExecuteOnThread_Dispatch().


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