OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtx_t
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/test/include/test/
mtx.h
16
}
mtx_t
;
typedef in typeref:struct:__anon2217
18
bool mtx_init(
mtx_t
*mtx);
19
void mtx_fini(
mtx_t
*mtx);
20
void mtx_lock(
mtx_t
*mtx);
21
void mtx_unlock(
mtx_t
*mtx);
mq.h
31
mtx_t
lock; \
/external/jemalloc/test/src/
mtx.c
8
mtx_init(
mtx_t
*mtx)
32
mtx_fini(
mtx_t
*mtx)
43
mtx_lock(
mtx_t
*mtx)
56
mtx_unlock(
mtx_t
*mtx)
/external/jemalloc/test/unit/
mtx.c
8
mtx_t
mtx;
18
mtx_t
mtx;
Completed in 2559 milliseconds