Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 5 of 5) sorted by relevance

/sys/kern/
Dmutex.c30 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()
Dcv.c46 CV_Wait(CV *cv, Mutex *mtx) in CV_Wait()
/lib/libc/core/
Dmutex.c9 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()
/lib/libc/posix/
Dpthread.c217 struct pthread_mutex *mtx = (struct pthread_mutex *)malloc(sizeof(*mtx)); in pthread_mutex_init() local
232 struct pthread_mutex *mtx = *mutex; in pthread_mutex_destroy() local
248 struct pthread_mutex *mtx; in pthread_mutex_lock() local
269 struct pthread_mutex *mtx; in pthread_mutex_trylock() local
290 struct pthread_mutex *mtx; in pthread_mutex_unlock() local
320 CoreMutex mtx; member
/tests/
Dpthreadtest.c15 pthread_mutex_t mtx; variable