Searched defs:mtx (Results 1 – 6 of 6) sorted by relevance
51 int cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts) in cnd_timedwait()63 int cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
95 mtx_t *mtx = (mtx_t *)arg; in mtx_timedlock_fn() local136 mtx_t *mtx = (mtx_t *)arg; in mtx_trylock_fn() local159 mtx_t mtx = (mtx_t)BIOS_FOOD; in ZTEST() local
86 struct k_mutex mtx; member
183 pthread_mutex_t *mtx = (pthread_mutex_t *)arg; in test_mutex_timedlock_fn() local
39 struct k_mutex mtx; member
75 struct k_mutex mtx; member