Home
last modified time | relevance | path

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

1234

/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...]
/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...]
H A Dthreads_win32.c221 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait() argument
234 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait() argument
246 mtx_destroy(mtx_t *mtx) in mtx_destroy() argument
254 mtx_init(mtx_t *mtx, in argument
268 mtx_lock(mtx_t *mtx) mtx_lock() argument
277 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) mtx_timedlock() argument
292 mtx_trylock(mtx_t *mtx) mtx_trylock() argument
300 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/stress/threads/pthread_mutex_lock/
H A Dstress.c118 pthread_mutex_t mtx; /* The mutex those threads work on */ member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D2-3.c145 pthread_mutex_t mtx; member
[all...]
H A D1-2.c162 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...]
H A Ds-c.c102 pthread_mutex_t *mtx; member
185 static void do_measure(pthread_mutex_t * mtx, pthread_cond_t * cnd, clockid_t cid, in do_measure() argument
303 pthread_mutex_t mtx; do_threads_test() local
[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
/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c413 usb_dma_tag_setup(struct usb_dma_parent_tag *udpt, struct usb_dma_tag *udt, bus_dma_tag_t dmat, struct mtx *mtx, usb_dma_callback_t *func, uint8_t ndmabits, uint8_t nudt) usb_dma_tag_setup() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc297 Matrix mtx; in add_subpage() local
/third_party/curl/lib/
H A Dasyn-thread.c164 curl_mutex_t *mtx; member
[all...]

Completed in 17 milliseconds

1234