OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtx_t
(Results
1 - 1
of
1
) sorted by relevancy
/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
*);
Completed in 13 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025