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

  /src/lib/libpthread/
pthread.h 97 int pthread_mutex_lock(pthread_mutex_t *);
346 #define pthread_mutex_lock __libc_mutex_lock macro
pthread_mutex.c 115 __strong_alias(__libc_mutex_lock,pthread_mutex_lock)
199 pthread_mutex_lock(pthread_mutex_t *ptm) function in typeref:typename:int
754 error = pthread_mutex_lock(ptm);

Completed in 11 milliseconds