Home
last modified time | relevance | path

Searched refs:__returns_twice (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/lib/librumpclient/
H A Drumpclient.h33 #if !defined(__returns_twice)
35 #define __returns_twice __attribute__((__returns_twice__)) macro
37 #define __returns_twice macro
88 static __attribute__((__always_inline__)) __returns_twice inline pid_t
/netbsd-src/include/
H A Dsetjmp.h65 int setjmp(jmp_buf) __RENAME(__setjmp14) __returns_twice;
70 int sigsetjmp(sigjmp_buf, int) __RENAME(__sigsetjmp14) __returns_twice;
76 int _setjmp(jmp_buf) __returns_twice;
H A Ducontext.h39 int getcontext(ucontext_t *) __returns_twice;
H A Dunistd.h290 pid_t vfork(void) __RENAME(__vfork14) __returns_twice;
/netbsd-src/lib/libc/compat/include/
H A Dunistd.h68 pid_t vfork(void) __returns_twice;
69 pid_t __vfork14(void) __returns_twice;
H A Dsetjmp.h43 int __setjmp14(jmp_buf) __returns_twice;
46 int __sigsetjmp14(sigjmp_buf, int) __returns_twice;
/netbsd-src/sys/arch/ia64/include/
H A Dpcb.h72 int swapctx(struct pcb *old, struct pcb *new) __returns_twice;
/netbsd-src/sys/arch/riscv/include/
H A Dlocore.h123 int cpu_set_onfault(struct faultbuf *) __returns_twice; in fpu_valid_p()
/netbsd-src/sys/arch/arm/include/arm32/
H A Dmachdep.h114 int cpu_set_onfault(struct faultbuf *) __returns_twice;
/netbsd-src/sys/arch/aarch64/include/
H A Dmachdep.h118 int cpu_set_onfault(struct faultbuf *) __returns_twice;
/netbsd-src/sys/sys/
H A Dcdefs.h284 #define __returns_twice __attribute__((__returns_twice__)) macro
286 #define __returns_twice /* nothing */ macro
H A Dsystm.h629 int setjmp(label_t *) __returns_twice;