Home
last modified time | relevance | path

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

/bionic/libc/include/
Dsetjmp.h96 int _setjmp(jmp_buf __env) __returns_twice;
105 int setjmp(jmp_buf __env) __returns_twice;
121 int sigsetjmp(sigjmp_buf __env, int __save_signal_mask) __returns_twice;
Dunistd.h114 pid_t vfork(void) __returns_twice;
/bionic/libc/include/sys/
Dcdefs.h104 #define __returns_twice __attribute__((__returns_twice__)) macro