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

Public Attributes

int sigev_notify
 
void(* thrfunc )(sigval_t)
 
sigval_t sival
 
pthread_attr_t attr
 
struct timernext
 

Detailed Description

Definition at line 40 of file timer_create.cpp.

Member Data Documentation

pthread_attr_t timer::attr

Definition at line 48 of file timer_create.cpp.

struct timer* timer::next

Definition at line 51 of file timer_create.cpp.

int timer::sigev_notify

Definition at line 43 of file timer_create.cpp.

sigval_t timer::sival

Definition at line 47 of file timer_create.cpp.

void(* timer::thrfunc)(sigval_t)

Definition at line 46 of file timer_create.cpp.


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