Home
last modified time | relevance | path

Searched refs:mtx_t (Results 1 – 19 of 19) sorted by relevance

/sysdeps/pthread/
A Dthreads.h66 } mtx_t; typedef
135 extern int mtx_init (mtx_t *__mutex, int __type);
139 extern int mtx_lock (mtx_t *__mutex);
145 extern int mtx_timedlock (mtx_t *__restrict __mutex,
149 extern int __REDIRECT (mtx_timedlock, (mtx_t *__restrict __mutex,
161 extern int mtx_trylock (mtx_t *__mutex);
165 extern int mtx_unlock (mtx_t *__mutex);
168 extern void mtx_destroy (mtx_t *__mutex);
190 extern int cnd_wait (cnd_t *__cond, mtx_t *__mutex);
197 mtx_t *__restrict __mutex,
[all …]
A Dmtx_init.c25 __mtx_init (mtx_t *mutex, int type) in __mtx_init()
27 _Static_assert (sizeof (mtx_t) == sizeof (pthread_mutex_t), in __mtx_init()
29 _Static_assert (alignof (mtx_t) == alignof (pthread_mutex_t), in __mtx_init()
A Dmtx_timedlock.c22 mtx_timedlock (mtx_t *restrict mutex, in mtx_timedlock()
A Dcnd_timedwait.c22 cnd_timedwait (cnd_t *restrict cond, mtx_t *restrict mutex, in cnd_timedwait()
A Dtst-mtx-recursive.c28 static mtx_t mutex; in do_test()
A Dmtx_destroy.c24 __mtx_destroy (mtx_t *mutex) in __mtx_destroy()
A Dmtx_lock.c23 __mtx_lock (mtx_t *mutex) in __mtx_lock()
A Dmtx_trylock.c23 __mtx_trylock (mtx_t *mutex) in __mtx_trylock()
A Dmtx_unlock.c23 __mtx_unlock (mtx_t *mutex) in __mtx_unlock()
A Dcnd_wait.c23 __cnd_wait (cnd_t *cond, mtx_t *mutex) in __cnd_wait()
A Dtst-mtx-basic.c26 static mtx_t mutex;
A Dtst-mtx-trylock.c26 static mtx_t mutex;
A Dtst-cnd-basic.c29 static mtx_t mutex;
A Dtst-cnd-timedwait.c29 static mtx_t mutex;
A Dtst-mtx-timedlock.c26 static mtx_t mutex;
A Dtst-cnd-broadcast.c30 static mtx_t mutex;
/sysdeps/unix/sysv/linux/
A Dthrd_priv.h26 extern int __cnd_timedwait64 (cnd_t *restrict cond, mtx_t *restrict mutex,
29 extern int __mtx_timedlock64 (mtx_t *restrict mutex,
A Dmtx_timedlock.c24 __mtx_timedlock64 (mtx_t *restrict mutex, in __mtx_timedlock64()
38 ___mtx_timedlock (mtx_t *restrict mutex,
A Dcnd_timedwait.c24 __cnd_timedwait64 (cnd_t *restrict cond, mtx_t *restrict mutex, in __cnd_timedwait64()
39 ___cnd_timedwait (cnd_t *restrict cond, mtx_t *restrict mutex,

Completed in 11 milliseconds