HomeSort by relevance Sort by last modified time
    Searched refs:__THROWNL (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ucontext.h 32 extern int getcontext (ucontext_t *__ucp) __THROWNL;
35 extern int setcontext (__const ucontext_t *__ucp) __THROWNL;
40 __const ucontext_t *__restrict __ucp) __THROWNL;
setjmp.h 53 extern int setjmp (jmp_buf __env) __THROWNL;
60 extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL;
83 __THROWNL __attribute__ ((__noreturn__));
92 __THROWNL __attribute__ ((__noreturn__));
111 __THROWNL __attribute__ ((__noreturn__));
semaphore.h 67 extern int sem_trywait (sem_t *__sem) __THROWNL;
70 extern int sem_post (sem_t *__sem) __THROWNL;
pthread.h 228 void *__restrict __arg) __THROWNL __nonnull ((1, 3));
743 __THROWNL __nonnull ((1));
747 __THROWNL __nonnull ((1));
753 __abstime) __THROWNL __nonnull ((1, 2));
758 __THROWNL __nonnull ((1));
882 __THROWNL __nonnull ((1));
886 __THROWNL __nonnull ((1));
892 __abstime) __THROWNL __nonnull ((1, 2));
897 __THROWNL __nonnull ((1));
901 __THROWNL __nonnull ((1))
    [all...]
stdio.h 366 __const char *__restrict __format, ...) __THROWNL;
381 _G_va_list __arg) __THROWNL;
389 __THROWNL __attribute__ ((__format__ (__printf__, 3, 4)));
393 __THROWNL __attribute__ ((__format__ (__printf__, 3, 0)));
402 __THROWNL __attribute__ ((__format__ (__printf__, 2, 0))) __wur;
405 __THROWNL __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
408 __THROWNL __attribute__ ((__format__ (__printf__, 2, 3))) __wur;
898 __THROWNL __attribute__ ((__format__ (__printf__, 2, 3)));
902 __THROWNL __attribute__ ((__format__ (__printf__, 2, 0)));
unistd.h 779 extern __pid_t fork (void) __THROWNL;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
setjmp2.h 37 __THROWNL __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
setjmp2.h 37 __THROWNL __attribute__ ((__noreturn__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h 170 struct rusage * __usage) __THROWNL;
176 struct rusage *__usage) __THROWNL;
cdefs.h 58 # define __THROWNL __attribute__ ((__nothrow__))
63 # define __THROWNL throw ()
67 # define __THROWNL
77 # define __THROWNL
196 name proto __THROWNL __asm__ (__ASMNAME (#alias))
201 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h 170 struct rusage * __usage) __THROWNL;
176 struct rusage *__usage) __THROWNL;
cdefs.h 58 # define __THROWNL __attribute__ ((__nothrow__))
63 # define __THROWNL throw ()
67 # define __THROWNL
77 # define __THROWNL
196 name proto __THROWNL __asm__ (__ASMNAME (#alias))
201 name proto __asm__ (__ASMNAME (#alias)) __THROWNL
  /external/elfutils/tests/
run-dwarf-getmacros.sh 576 __THROWNL __attribute__ ((__nothrow__))
604 __REDIRECT_NTHNL(name,proto,alias) name proto __asm__ (__ASMNAME (#alias)) __THROWNL

Completed in 217 milliseconds