Home
last modified time | relevance | path

Searched defs:errcode (Results 1 – 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/common/
Dtest_pthread_rwlock.c60 error(int errcode, const char* func, const char* format, ...) in error()
95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
Dtest_pthread_mutex.c61 error(int errcode, const char* func, const char* format, ...) in error()
96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument