|
UbixOS
2.0
|
#include <sysproto_posix.h>

Data Fields | |
| int | how |
| char | how_l_ [0] |
| char | how_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))] |
| sigset_t * | oset |
| char | oset_l_ [0] |
| char | oset_r_ [(sizeof(register_t)<=sizeof(sigset_t *) ? 0 :sizeof(register_t) - sizeof(sigset_t *))] |
| const sigset_t * | set |
| char | set_l_ [0] |
| char | set_r_ [(sizeof(register_t)<=sizeof(const sigset_t *) ? 0 :sizeof(register_t) - sizeof(const sigset_t *))] |
Definition at line 448 of file sysproto_posix.h.
| int sigprocmask_args::how |
Definition at line 450 of file sysproto_posix.h.
| char sigprocmask_args::how_l_[0] |
Definition at line 449 of file sysproto_posix.h.
| 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.
| sigset_t* sigprocmask_args::oset |
Definition at line 456 of file sysproto_posix.h.
| char sigprocmask_args::oset_l_[0] |
Definition at line 455 of file sysproto_posix.h.
| 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.
Definition at line 453 of file sysproto_posix.h.
| char sigprocmask_args::set_l_[0] |
Definition at line 452 of file sysproto_posix.h.
| 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.