Home
last modified time | relevance | path

Searched defs:mtx (Results 51 - 75 of 108) sorted by relevance

12345

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c116 pthread_mutex_t mtx; member
H A Dstress.c118 pthread_mutex_t mtx; /* The mutex those threads work on */ member
/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_mutex_ext.c23 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; in PthreadClocklockOutRealTime() local
44 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in pthread_mutex_clocklock_0010() local
60 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; in PthreadClocklockNoOutRealTime() local
76 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in pthread_mutex_clocklock_0020() local
91 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadClocklockOutMonoTime() local
112 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_clocklock_0030() local
128 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadClocklockNoOutMonoTime() local
144 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_clocklock_0040() local
159 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadClocklockOutRealTime2() local
184 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_clocklock_0050() local
199 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadClocklockNoOutMonoTime2() local
216 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_clocklock_0060() local
238 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadTimedlockMonotonicNPOut() local
259 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_timedlock_monotonic_np_0010() local
275 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadTimedlockMonotonicNPNoOut() local
291 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_timedlock_monotonic_np_0020() local
311 pthread_mutex_t *mtx = (pthread_mutex_t *)NULL; pthread_mutex_timedlock_monotonic_np_0030() local
320 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadLockTimeoutNPOut() local
342 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_lock_timeout_np_0010() local
358 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; PthreadLockTimeoutNPNoOut() local
375 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; pthread_mutex_lock_timeout_np_0020() local
[all...]
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp242 mutex mtx; in StartDaemon() local
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp36 pthread_mutex_t *mtx = (pthread_mutex_t *)arg; in ThreadMutex() local
52 pthread_mutex_t mtx; in HWTEST_F() local
71 pthread_mutex_t *mtx = (pthread_mutex_t *)arg; in ThreadMtrylock1() local
84 pthread_mutex_t *mtx = (pthread_mutex_t *)arg; ThreadMtrylock2() local
99 pthread_mutex_t mtx; HWTEST_F() local
186 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; ThreadPthreadMtimedlockOut() local
210 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; HWTEST_F() local
229 pthread_mutex_t *mtx = (pthread_mutex_t*)arg; ThreadPthreadMtimedlockNoOut() local
247 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; HWTEST_F() local
300 pthread_mutex_t *mtx = (pthread_mutex_t *)arg; ThreadMattrTypeRecursive1() local
320 pthread_mutex_t mtx; HWTEST_F() local
353 pthread_mutex_t mtx; HWTEST_F() local
377 pthread_mutex_t *mtx = (pthread_mutex_t *)arg; ThreadMattrTypeRecursive3() local
397 pthread_mutex_t mtx; HWTEST_F() local
430 pthread_mutex_t mtx; HWTEST_F() local
463 pthread_mutex_t mtx; HWTEST_F() local
[all...]
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp469 std::mutex mtx; in WaitForEos() local
/third_party/ffmpeg/compat/
H A Dos2threads.h68 _fmutex mtx; member
/third_party/glfw/deps/
H A Dtinycthread.c56 int mtx_init(mtx_t *mtx, int type) in mtx_init() argument
77 void mtx_destroy(mtx_t *mtx) in mtx_destroy() argument
86 int mtx_lock(mtx_t *mtx) in mtx_lock() argument
101 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) mtx_timedlock() argument
109 mtx_trylock(mtx_t *mtx) mtx_trylock() argument
124 mtx_unlock(mtx_t *mtx) mtx_unlock() argument
237 _cnd_timedwait_win32(cnd_t *cond, mtx_t *mtx, DWORD timeout) _cnd_timedwait_win32() argument
285 cnd_wait(cnd_t *cond, mtx_t *mtx) cnd_wait() argument
294 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) cnd_timedwait() argument
[all...]
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c115 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() argument
131 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() argument
142 mtx_destroy(mtx_t *mtx) in mtx_destroy() argument
176 mtx_init(mtx_t *mtx, in argument
200 mtx_lock(mtx_t *mtx) mtx_lock() argument
208 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) mtx_timedlock() argument
237 mtx_trylock(mtx_t *mtx) mtx_trylock() argument
245 mtx_unlock(mtx_t *mtx) mtx_unlock() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.h84 mtx_t mtx; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D2-3.c145 pthread_mutex_t mtx; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c200 pthread_mutex_t mtx; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-2.c64 pthread_mutex_t mtx; member
H A D2-7.c63 pthread_mutex_t mtx; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c210 pthread_mutex_t mtx; member
H A Dstress2.c188 pthread_mutex_t mtx; member
[all...]
H A Dstress.c188 pthread_mutex_t mtx; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c200 pthread_mutex_t mtx; member
H A Dstress2.c179 pthread_mutex_t mtx; member
[all...]
/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp321 float mtx[9] = { in onMakeProgramImpl() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips32.c191 QuantizeBlock_MIPS32(int16_t in[16], int16_t out[16], const VP8Matrix* const mtx) QuantizeBlock_MIPS32() argument
242 Quantize2Blocks_MIPS32(int16_t in[32], int16_t out[32], const VP8Matrix* const mtx) Quantize2Blocks_MIPS32() argument
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp26 static SkPMColor convert_yuva_to_rgba(const float mtx[20], uint8_t yuva[4]) { in convert_yuva_to_rgba() argument
70 float mtx[20]; global() variable
[all...]
/third_party/skia/gm/
H A Druntimeintrinsics.cpp488 static void plot_matrix_inverse(SkCanvas* canvas, std::array<float, N*N> mtx, const char* label) { in plot_matrix_inverse() argument
/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.cpp201 mutex mtx; in PublishCallerAndWaitForBackcaller() local
227 mutex mtx; in WaitForPublishedCaller() local
384 mutex mtx; in SendBroadcastCommand() local
/test/ostest/wukong/common/src/
H A Dcomponent_manager.cpp141 std::mutex mtx; in Connect() local

Completed in 16 milliseconds

12345