/third_party/musl/src/thread/ |
H A D | mtx_unlock.c | 4 int mtx_unlock(mtx_t *mtx) in mtx_unlock() argument
|
H A D | mtx_destroy.c | 3 void mtx_destroy(mtx_t *mtx) in mtx_destroy() argument
|
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register.h | 28 MutexId mtx;
member
|
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/ |
H A D | wait_for_result.h | 30 std::mutex mtx; member in OHOS::IntellVoiceTests::WaitForResult
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread-robust-detach.c | 28 pthread_mutex_t mtx; in f() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/ |
H A D | 4-1.c | 89 static pthread_mutex_t mtx; variable [all...] |
H A D | 5-1.c | 89 static pthread_mutex_t mtx[5]; variable
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | log_wrapper.cpp | 168 static std::mutex mtx; in LogBacktrace() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/ |
H A D | network_latency_controller.h | 48 std::mutex mtx;
member in OHOS::ResourceSchedule::NetworkLatencyController
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | mutex.h | 90 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 D | It_posix_mutex_026.c | 61 pthread_mutex_t mtx; in Testcase() local
|
/kernel/liteos_m/testsuites/sample/posix/mutex/ |
H A D | It_posix_mutex_013.c | 56 pthread_mutex_t mtx; in Testcase() local
|
/third_party/FreeBSD/sys/kern/ |
H A D | kern_timeout.c | 52 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx() argument
|
H A D | kern_condvar.c | 40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait() argument
|
/third_party/mesa3d/src/util/ |
H A D | simple_mtx.h | 76 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 D | cnd_monotonic.h | 110 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 D | 5-2.c | 104 pthread_mutex_t mtx; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
H A D | 5-1.c | 82 pthread_mutex_t mtx; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 1-2.c | 90 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
|
H A D | 3-2.c | 78 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
H A D | 4-1.c | 48 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
H A D | 1-3.c | 79 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
|
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cond.c | 37 pthread_mutex_t mtx; in main() local [all...] |
H A D | pthread_robust.c | 33 pthread_mutex_t mtx; in f() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | cnd_signal.c | 19 mtx_t mtx; variable
|