Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
sigevent Struct Reference

Data Fields

sigval_t sigev_value
 
int sigev_signo
 
int sigev_notify
 
void(* sigev_notify_function )(sigval_t)
 
pthread_attr_tsigev_notify_attributes
 

Detailed Description

Definition at line 1309 of file rb_mjit_min_header-3.2.2.h.

Field Documentation

◆ sigev_notify

int sigevent::sigev_notify

Definition at line 1313 of file rb_mjit_min_header-3.2.2.h.

◆ sigev_notify_attributes

pthread_attr_t* sigevent::sigev_notify_attributes

Definition at line 1315 of file rb_mjit_min_header-3.2.2.h.

◆ sigev_notify_function

void(* sigevent::sigev_notify_function) (sigval_t)

Definition at line 1314 of file rb_mjit_min_header-3.2.2.h.

◆ sigev_signo

int sigevent::sigev_signo

Definition at line 1312 of file rb_mjit_min_header-3.2.2.h.

◆ sigev_value

sigval_t sigevent::sigev_value

Definition at line 1311 of file rb_mjit_min_header-3.2.2.h.


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