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

  /external/honggfuzz/libhfcommon/
util.h 40 #define MX_RWLOCK_UNLOCK(m) util_mutexRWUnlock(m, __func__, __LINE__)
119 extern void util_mutexRWUnlock(pthread_rwlock_t* mutex, const char* func, int line);
util.c 274 void util_mutexRWUnlock(pthread_rwlock_t* mutex, const char* func, int line) {

Completed in 54 milliseconds