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

  /external/honggfuzz/libcommon/
util.h 37 #define MX_UNLOCK(m) util_mutexUnlock(m, __func__, __LINE__)
110 extern void util_mutexUnlock(pthread_mutex_t* mutex, const char* func, int line);
util.c 260 void util_mutexUnlock(pthread_mutex_t* mutex, const char* func, int line) {

Completed in 62 milliseconds