Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/
H A Dsetjmp.h49 int _setjmp(jmp_buf) __returns_twice;
55 int setjmp(jmp_buf) __returns_twice;
58 int sigsetjmp(sigjmp_buf, int) __returns_twice;
H A Dunistd.h482 pid_t vfork(void) __returns_twice;
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h382 #define __returns_twice __attribute__((__returns_twice__)) macro
384 #define __returns_twice macro