OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtx_t
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/include/c11/
threads_posix.h
68
typedef pthread_mutex_t
mtx_t
;
typedef
135
cnd_timedwait(cnd_t *cond,
mtx_t
*mtx, const struct timespec *abs_time)
151
cnd_wait(cnd_t *cond,
mtx_t
*mtx)
162
mtx_destroy(
mtx_t
*mtx)
196
mtx_init(
mtx_t
*mtx, int type)
220
mtx_lock(
mtx_t
*mtx)
227
mtx_trylock(
mtx_t
*mtx);
234
mtx_timedlock(
mtx_t
*mtx, const struct timespec *ts)
263
mtx_trylock(
mtx_t
*mtx)
271
mtx_unlock(
mtx_t
*mtx
[
all
...]
threads_win32.h
88
typedef CRITICAL_SECTION
mtx_t
;
typedef
101
static inline int mtx_trylock(
mtx_t
*mtx);
102
static inline int mtx_lock(
mtx_t
*mtx);
103
static inline int mtx_unlock(
mtx_t
*mtx);
253
cnd_timedwait(cnd_t *cond,
mtx_t
*mtx, const struct timespec *abs_time)
270
cnd_wait(cnd_t *cond,
mtx_t
*mtx)
282
mtx_destroy(
mtx_t
*mtx)
290
mtx_init(
mtx_t
*mtx, int type)
304
mtx_lock(
mtx_t
*mtx)
313
mtx_timedlock(
mtx_t
*mtx, const struct timespec *ts
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_posix.h
68
typedef pthread_mutex_t
mtx_t
;
typedef
135
cnd_timedwait(cnd_t *cond,
mtx_t
*mtx, const struct timespec *abs_time)
151
cnd_wait(cnd_t *cond,
mtx_t
*mtx)
162
mtx_destroy(
mtx_t
*mtx)
196
mtx_init(
mtx_t
*mtx, int type)
220
mtx_lock(
mtx_t
*mtx)
227
mtx_trylock(
mtx_t
*mtx);
234
mtx_timedlock(
mtx_t
*mtx, const struct timespec *ts)
263
mtx_trylock(
mtx_t
*mtx)
271
mtx_unlock(
mtx_t
*mtx
[
all
...]
threads_win32.h
112
typedef CRITICAL_SECTION
mtx_t
;
typedef
125
static inline int mtx_trylock(
mtx_t
*mtx);
126
static inline int mtx_lock(
mtx_t
*mtx);
127
static inline int mtx_unlock(
mtx_t
*mtx);
213
static int impl_cond_do_wait(cnd_t *cond,
mtx_t
*mtx, const struct timespec *ts)
385
cnd_timedwait(cnd_t *cond,
mtx_t
*mtx, const struct timespec *abs_time)
399
cnd_wait(cnd_t *cond,
mtx_t
*mtx)
414
mtx_destroy(
mtx_t
*mtx)
422
mtx_init(
mtx_t
*mtx, int type)
436
mtx_lock(
mtx_t
*mtx
[
all
...]
Completed in 7 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026