Searched refs:how (Results 1 – 18 of 18) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | shutdown.c | 27 __shutdown (int fd, int how) in __shutdown() argument 30 return INLINE_SYSCALL (shutdown, 2, fd, how); in __shutdown() 32 return SOCKETCALL (shutdown, fd, how); in __shutdown()
|
A D | sigprocmask.c | 23 __sigprocmask (int how, const sigset_t *set, sigset_t *oset) in __sigprocmask() argument 25 int result = __pthread_sigmask (how, set, oset); in __sigprocmask()
|
A D | test-errno-linux.c | 128 const int how[] = { SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK }; in invalid_sigprocmask_how() local 129 for (int i = 0; i < array_length (how); i++) in invalid_sigprocmask_how() 130 if (how[i] == n) in invalid_sigprocmask_how()
|
A D | mq_notify.c | 73 change_sigmask (int how, sigset_t *oss) in change_sigmask() argument 77 return __pthread_sigmask (how, &ss, oss); in change_sigmask()
|
/sysdeps/mach/hurd/ |
A D | shutdown.c | 32 shutdown (int fd, int how) in shutdown() argument 34 error_t err = HURD_DPORT_USE (fd, __socket_shutdown (port, how)); in shutdown()
|
A D | sigprocmask.c | 28 __sigprocmask (int how, const sigset_t *set, sigset_t *oset) in __sigprocmask() argument 45 switch (how) in __sigprocmask()
|
/sysdeps/mach/hurd/htl/ |
A D | pt-sigstate.c | 28 __pthread_sigstate (struct __pthread *thread, int how, in __pthread_sigstate() argument 48 switch (how) in __pthread_sigstate()
|
/sysdeps/unix/sysv/linux/csky/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/generic/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
A D | unwind-dw2.c | 99 } how; member 754 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program() 760 fs->regs.reg[reg].how = REG_UNSAVED; in execute_cfa_program() 790 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program() 796 fs->regs.reg[reg].how = REG_UNSAVED; in execute_cfa_program() 812 fs->regs.reg[reg].how = REG_SAVED_REG; in execute_cfa_program() 876 fs->regs.reg[reg].how = REG_SAVED_EXP; in execute_cfa_program() 887 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program() 909 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program() 925 fs->regs.reg[reg].how = REG_SAVED_OFFSET; in execute_cfa_program() [all …]
|
/sysdeps/unix/sysv/linux/hppa/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/unix/sysv/linux/sh/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/x86_64/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 1 # See scripts/check-localplt.awk for how this file is processed.
|
/sysdeps/arm/ |
A D | strlen.S | 33 ands r3, r0, $3 @ how many bytes are duff?
|
/sysdeps/ia64/fpu/ |
A D | README | 2 Notes on how to update libm based on Intel's libm releases
|
Completed in 15 milliseconds