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

  /external/honggfuzz/libhfcommon/
util.h 39 #define MX_RWLOCK_WRITE(m) util_mutexRWLockWrite(m, __func__, __LINE__)
118 extern void util_mutexRWLockWrite(pthread_rwlock_t* mutex, const char* func, int line);
util.c 268 void util_mutexRWLockWrite(pthread_rwlock_t* mutex, const char* func, int line) {

Completed in 43 milliseconds