Home
last modified time | relevance | path

Searched refs:pthread_mutex (Results 1 – 2 of 2) sorted by relevance

/lib/libc/posix/
Dpthread.c210 struct pthread_mutex { struct
217 struct pthread_mutex *mtx = (struct pthread_mutex *)malloc(sizeof(*mtx)); in pthread_mutex_init() argument
232 struct pthread_mutex *mtx = *mutex; in pthread_mutex_destroy()
248 struct pthread_mutex *mtx; in pthread_mutex_lock()
269 struct pthread_mutex *mtx; in pthread_mutex_trylock()
290 struct pthread_mutex *mtx; in pthread_mutex_unlock()
/include/
Dpthread.h14 typedef struct pthread_mutex *pthread_mutex_t;