Searched refs:sigjmp_buf (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/ | ||
H A D | setjmp.h | 21 typedef jmp_buf sigjmp_buf;
typedef 22 int sigsetjmp (sigjmp_buf, int); 23 _Noreturn void siglongjmp (sigjmp_buf, int); |
Completed in 1 milliseconds