DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
ThreadArg Struct Reference

Public Attributes

int(* fn )(void *arg)
 
void * arg
 
pid_t virtualTid
 
sem_t sem
 
union {
   int(*   fn )(void *arg)
 
   void *(*   pthread_fn )(void *arg)
 
}; 
 
void * mtcpArg
 

Detailed Description

Definition at line 85 of file pid_miscwrappers.cpp.

Member Data Documentation

union { ... }
void * ThreadArg::arg

Definition at line 87 of file pid_miscwrappers.cpp.

int(* ThreadArg::fn)(void *arg)

Definition at line 86 of file pid_miscwrappers.cpp.

void* ThreadArg::mtcpArg

Definition at line 45 of file threadwrappers.cpp.

void*(* ThreadArg::pthread_fn)(void *arg)

Definition at line 42 of file threadwrappers.cpp.

sem_t ThreadArg::sem

Definition at line 89 of file pid_miscwrappers.cpp.

pid_t ThreadArg::virtualTid

Definition at line 88 of file pid_miscwrappers.cpp.


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