Searched defs:errcode (Results 1 – 2 of 2) sorted by relevance
| /system/extras/tests/bionic/libc/common/ |
| D | test_pthread_rwlock.c | 60 error(int errcode, const char* func, const char* format, ...) in error() 95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
|
| D | test_pthread_mutex.c | 61 error(int errcode, const char* func, const char* format, ...) in error() 96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) argument
|