Searched defs:mtx (Results 1 – 5 of 5) sorted by relevance
30 Mutex_Init(Mutex *mtx, const char *name) in Mutex_Init()39 Mutex_Destroy(Mutex *mtx) in Mutex_Destroy()52 Mutex_Lock(Mutex *mtx) in Mutex_Lock()70 Mutex_TryLock(Mutex *mtx) in Mutex_TryLock()83 Mutex_Unlock(Mutex *mtx) in Mutex_Unlock()
46 CV_Wait(CV *cv, Mutex *mtx) in CV_Wait()
9 CoreMutex_Init(CoreMutex *mtx) in CoreMutex_Init()16 CoreMutex_Lock(CoreMutex *mtx) in CoreMutex_Lock()24 CoreMutex_TryLock(CoreMutex *mtx) in CoreMutex_TryLock()34 CoreMutex_Unlock(CoreMutex *mtx) in CoreMutex_Unlock()
217 struct pthread_mutex *mtx = (struct pthread_mutex *)malloc(sizeof(*mtx)); in pthread_mutex_init() local232 struct pthread_mutex *mtx = *mutex; in pthread_mutex_destroy() local248 struct pthread_mutex *mtx; in pthread_mutex_lock() local269 struct pthread_mutex *mtx; in pthread_mutex_trylock() local290 struct pthread_mutex *mtx; in pthread_mutex_unlock() local320 CoreMutex mtx; member
15 pthread_mutex_t mtx; variable