Home
last modified time | relevance | path

Searched defs:mtx (Results 1 - 25 of 169) sorted by relevance

1234567

/third_party/musl/src/thread/
H A Dmtx_unlock.c4 int mtx_unlock(mtx_t *mtx) in mtx_unlock() argument
H A Dmtx_destroy.c3 void mtx_destroy(mtx_t *mtx) in mtx_destroy() argument
/third_party/musl/libc-test/src/regression/
H A Dpthread-robust-detach.c28 pthread_mutex_t mtx; in f() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D4-1.c89 static pthread_mutex_t mtx; variable
[all...]
H A D5-1.c89 static pthread_mutex_t mtx[5]; variable
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.h90 void mutex_lock(struct mutex *mtx) EXCLUSIVE_LOCK_FUNCTION(*mtx); variable
91 void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx); variable
104 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx); global() variable
[all...]
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_026.c61 pthread_mutex_t mtx; in Testcase() local
/kernel/liteos_m/testsuites/sample/posix/mutex/
H A DIt_posix_mutex_013.c56 pthread_mutex_t mtx; in Testcase() local
/third_party/FreeBSD/sys/kern/
H A Dkern_timeout.c52 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx() argument
H A Dkern_condvar.c40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait() argument
/third_party/mesa3d/src/util/
H A Dsimple_mtx.h76 simple_mtx_init(simple_mtx_t *mtx, ASSERTED int type) in simple_mtx_init() argument
86 simple_mtx_destroy(ASSERTED simple_mtx_t *mtx) in simple_mtx_destroy() argument
95 simple_mtx_lock(simple_mtx_t *mtx) in simple_mtx_lock() argument
116 simple_mtx_unlock(simple_mtx_t *mtx) simple_mtx_unlock() argument
133 simple_mtx_assert_locked(simple_mtx_t *mtx) simple_mtx_assert_locked() argument
145 simple_mtx_init(simple_mtx_t *mtx, int type) simple_mtx_init() argument
151 simple_mtx_destroy(simple_mtx_t *mtx) simple_mtx_destroy() argument
157 simple_mtx_lock(simple_mtx_t *mtx) simple_mtx_lock() argument
163 simple_mtx_unlock(simple_mtx_t *mtx) simple_mtx_unlock() argument
169 simple_mtx_assert_locked(simple_mtx_t *mtx) simple_mtx_assert_locked() argument
[all...]
H A Dcnd_monotonic.h110 u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *mtx, const struct timespec *abs_time) in u_cnd_monotonic_timedwait() argument
132 u_cnd_monotonic_wait(struct u_cnd_monotonic *cond, mtx_t *mtx) in u_cnd_monotonic_wait() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D5-2.c104 pthread_mutex_t mtx; in main() local
H A D2-2.c103 pthread_mutex_t mtx; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H A D5-1.c82 pthread_mutex_t mtx; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D1-2.c90 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
H A D3-2.c78 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D4-1.c48 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D1-3.c79 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/musl/libc-test/src/functional/
H A Dpthread_cond.c37 pthread_mutex_t mtx; in main() local
[all...]
H A Dpthread_robust.c33 pthread_mutex_t mtx; in f() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_signal.c19 mtx_t mtx; variable
H A Dcnd_wait.c20 mtx_t mtx; variable
/third_party/skia/src/gpu/effects/
H A DGrMatrixEffect.cpp45 const GrMatrixEffect& mtx = proc.cast<GrMatrixEffect>(); in onMakeProgramImpl() local
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_xobject.cc97 Matrix mtx; in makeXObject() local

Completed in 10 milliseconds

1234567