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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
assert.h 31 # undef assert_perror macro
54 /* void assert_perror (int errnum);
61 # define assert_perror(errnum) (__ASSERT_VOID_CAST (0)) macro
97 # define assert_perror(errnum) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
assert.h 31 # undef assert_perror macro
54 /* void assert_perror (int errnum);
61 # define assert_perror(errnum) (__ASSERT_VOID_CAST (0)) macro
97 # define assert_perror(errnum) \ macro
  /external/elfutils/0.153/lib/
eu-config.h 57 ({ int _err = pthread_rwlock_ ## call; assert_perror (_err); })

Completed in 466 milliseconds