UbixOS  2.0
sigprocmask_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sigprocmask_args:
Collaboration graph

Data Fields

int how
 
char how_l_ [0]
 
char how_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 
sigset_toset
 
char oset_l_ [0]
 
char oset_r_ [(sizeof(register_t)<=sizeof(sigset_t *) ? 0 :sizeof(register_t) - sizeof(sigset_t *))]
 
const sigset_tset
 
char set_l_ [0]
 
char set_r_ [(sizeof(register_t)<=sizeof(const sigset_t *) ? 0 :sizeof(register_t) - sizeof(const sigset_t *))]
 

Detailed Description

Definition at line 448 of file sysproto_posix.h.

Field Documentation

◆ how

int sigprocmask_args::how

Definition at line 450 of file sysproto_posix.h.

◆ how_l_

char sigprocmask_args::how_l_[0]

Definition at line 449 of file sysproto_posix.h.

◆ how_r_

char sigprocmask_args::how_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 451 of file sysproto_posix.h.

◆ oset

sigset_t* sigprocmask_args::oset

Definition at line 456 of file sysproto_posix.h.

◆ oset_l_

char sigprocmask_args::oset_l_[0]

Definition at line 455 of file sysproto_posix.h.

◆ oset_r_

char sigprocmask_args::oset_r_[(sizeof(register_t)<=sizeof(sigset_t *) ? 0 :sizeof(register_t) - sizeof(sigset_t *))]

Definition at line 457 of file sysproto_posix.h.

◆ set

const sigset_t* sigprocmask_args::set

Definition at line 453 of file sysproto_posix.h.

◆ set_l_

char sigprocmask_args::set_l_[0]

Definition at line 452 of file sysproto_posix.h.

◆ set_r_

char sigprocmask_args::set_r_[(sizeof(register_t)<=sizeof(const sigset_t *) ? 0 :sizeof(register_t) - sizeof(const sigset_t *))]

Definition at line 454 of file sysproto_posix.h.


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