Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
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 944 of file rb_mjit_min_header-3.2.1.h.

Field Documentation

◆ sigev_notify

int sigevent::sigev_notify

Definition at line 948 of file rb_mjit_min_header-3.2.1.h.

◆ sigev_notify_attributes

pthread_attr_t* sigevent::sigev_notify_attributes

Definition at line 950 of file rb_mjit_min_header-3.2.1.h.

◆ sigev_notify_function

void(* sigevent::sigev_notify_function) (sigval_t)

Definition at line 949 of file rb_mjit_min_header-3.2.1.h.

◆ sigev_signo

int sigevent::sigev_signo

Definition at line 947 of file rb_mjit_min_header-3.2.1.h.

◆ sigev_value

sigval_t sigevent::sigev_value

Definition at line 946 of file rb_mjit_min_header-3.2.1.h.


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