Home
last modified time | relevance | path

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

123456

/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
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.h28 MutexId mtx; member
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H A Dwait_for_result.h30 std::mutex mtx; member in OHOS::IntellVoiceTests::WaitForResult
/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
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlog_wrapper.cpp168 static std::mutex mtx; in LogBacktrace() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/
H A Dnetwork_latency_controller.h48 std::mutex mtx; member in OHOS::ResourceSchedule::NetworkLatencyController
/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
/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
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h81 mutable std::mutex mtx; // mutable to allow const methods to lock the mutex member in OHOS::CameraStandard::FixedSizeList

Completed in 6 milliseconds

123456