Home
last modified time | relevance | path

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

/bionic/libc/include/
Dsetjmp.h62 int _setjmp(jmp_buf __env) __returns_twice;
65 int setjmp(jmp_buf __env) __returns_twice;
Dunistd.h81 pid_t vfork(void) __returns_twice;
/bionic/libc/include/sys/
Dcdefs.h93 #define __returns_twice __attribute__((__returns_twice__)) macro