/src/lib/libpthread/ |
threads.h | 61 typedef pthread_mutex_t mtx_t; typedef in typeref:typename:pthread_mutex_t 92 int cnd_timedwait(cnd_t * __restrict, mtx_t * __restrict, 94 int cnd_wait(cnd_t *, mtx_t *); 97 void mtx_destroy(mtx_t *); 98 int mtx_init(mtx_t *, int); 99 int mtx_lock(mtx_t *); 100 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 101 int mtx_trylock(mtx_t *); 102 int mtx_unlock(mtx_t *);
|
threads.h | 61 typedef pthread_mutex_t mtx_t; typedef in typeref:typename:pthread_mutex_t 92 int cnd_timedwait(cnd_t * __restrict, mtx_t * __restrict, 94 int cnd_wait(cnd_t *, mtx_t *); 97 void mtx_destroy(mtx_t *); 98 int mtx_init(mtx_t *, int); 99 int mtx_lock(mtx_t *); 100 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 101 int mtx_trylock(mtx_t *); 102 int mtx_unlock(mtx_t *);
|
threads.h | 61 typedef pthread_mutex_t mtx_t; typedef in typeref:typename:pthread_mutex_t 92 int cnd_timedwait(cnd_t * __restrict, mtx_t * __restrict, 94 int cnd_wait(cnd_t *, mtx_t *); 97 void mtx_destroy(mtx_t *); 98 int mtx_init(mtx_t *, int); 99 int mtx_lock(mtx_t *); 100 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 101 int mtx_trylock(mtx_t *); 102 int mtx_unlock(mtx_t *);
|