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

  /external/honggfuzz/libhfcommon/
util.h 38 #define MX_RWLOCK_READ(m) util_mutexRWLockRead(m, __func__, __LINE__)
117 extern void util_mutexRWLockRead(pthread_rwlock_t* mutex, const char* func, int line);
util.c 262 void util_mutexRWLockRead(pthread_rwlock_t* mutex, const char* func, int line) {

Completed in 620 milliseconds