HomeSort by: relevance | last modified time | path
    Searched defs:pthread_mutex_unlock (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread.h 99 int pthread_mutex_unlock(pthread_mutex_t *);
348 #define pthread_mutex_unlock __libc_mutex_unlock macro
pthread_mutex.c 117 __strong_alias(__libc_mutex_unlock,pthread_mutex_unlock)
439 pthread_mutex_unlock(pthread_mutex_t *ptm) function in typeref:typename:int
759 pthread_mutex_unlock(ptm);

Completed in 13 milliseconds