Octopus
sigevent Struct Reference

Detailed Description

Definition at line 543 of file signals.c.

Public Attributes

__sigval_t sigev_value
 
int sigev_signo
 
int sigev_notify
 
union {
   int   _pad [((64/sizeof(int)) - 4)]
 
   __pid_t   _tid
 
   struct {
      void(*   _function )(__sigval_t)
 
      pthread_attr_t *   _attribute
 
   }   _sigev_thread
 
_sigev_un
 

Member Data Documentation

◆ sigev_value

__sigval_t sigevent::sigev_value

Definition at line 545 of file signals.c.

◆ sigev_signo

int sigevent::sigev_signo

Definition at line 546 of file signals.c.

◆ sigev_notify

int sigevent::sigev_notify

Definition at line 547 of file signals.c.

◆ _pad

int sigevent::_pad[((64/sizeof(int)) - 4)]

Definition at line 551 of file signals.c.

◆ _tid

__pid_t sigevent::_tid

Definition at line 555 of file signals.c.

◆ _function

void(* sigevent::_function) (__sigval_t)

Definition at line 559 of file signals.c.

◆ _attribute

pthread_attr_t* sigevent::_attribute

Definition at line 560 of file signals.c.

◆ 

struct { ... } sigevent::_sigev_thread

◆ 

union { ... } sigevent::_sigev_un

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