Searched refs:mtx_t (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/lib/libstdthreads/
H A Dthreads.h46 typedef struct pthread_mutex *mtx_t; typedef in typeref:struct:pthread_mutex
52 mtx_t __mutex;
84 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict __mtx,
87 int cnd_wait(cnd_t *, mtx_t *__mtx)
89 void mtx_destroy(mtx_t *__mtx)
91 int mtx_init(mtx_t *__mtx, int)
93 int mtx_lock(mtx_t *__mtx)
95 int mtx_timedlock(mtx_t *__restrict __mtx,
98 int mtx_trylock(mtx_t *__mtx)
100 int mtx_unlock(mtx_t *__mt
[all...]
H A Dmtx.c40 mtx_destroy(mtx_t *mtx)
47 mtx_init(mtx_t *mtx, int type)
75 mtx_lock(mtx_t *mtx)
84 mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts)
98 mtx_trylock(mtx_t *mtx)
112 mtx_unlock(mtx_t *mtx)
H A Dcnd.c79 cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx,
94 cnd_wait(cnd_t *cond, mtx_t *mtx)
/freebsd-12-stable/contrib/processor-trace/include/windows/
H A Dthreads.h137 typedef struct pt_mutex mtx_t; typedef in typeref:struct:pt_mutex
143 static inline int mtx_init(mtx_t *mtx, int type)
153 static inline void mtx_destroy(mtx_t *mtx)
159 static inline int mtx_lock(mtx_t *mtx)
169 static inline int mtx_unlock(mtx_t *mtx)
225 static inline int cnd_wait(cnd_t *cnd, mtx_t *mtx)
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section_file.h56 mtx_t lock;
H A Dpt_section.h129 mtx_t lock;
139 mtx_t alock;
H A Dpt_image_section_cache.h96 mtx_t lock;
/freebsd-12-stable/contrib/processor-trace/include/posix/
H A Dthreads.h129 typedef struct pt_mutex mtx_t; typedef in typeref:struct:pt_mutex
135 static inline int mtx_init(mtx_t *mtx, int type)
149 static inline void mtx_destroy(mtx_t *mtx)
155 static inline int mtx_lock(mtx_t *mtx)
169 static inline int mtx_unlock(mtx_t *mtx)
245 static inline int cnd_wait(cnd_t *cnd, mtx_t *mtx)
/freebsd-12-stable/sys/dev/random/
H A Dfortuna.h33 typedef struct mtx mtx_t; typedef in typeref:struct:mtx
H A Dother_algorithm.h47 typedef struct mtx mtx_t; typedef in typeref:struct:mtx
H A Dother_algorithm.c112 static mtx_t other_mtx;
H A Dfortuna.c126 mtx_t fs_mtx;
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c66 mtx_t lock;
68 mtx_t alock;

Completed in 87 milliseconds