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

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

Completed in 47 milliseconds