Home
last modified time | relevance | path

Searched defs:mtx (Results 26 - 50 of 196) sorted by relevance

12345678

/third_party/musl/libc-test/src/functionalext/supplement/thread/
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
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_node_utils.cpp136 static std::mutex mtx; in BufferScaleFormatTransform() 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
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_xobject.cc97 Matrix mtx; in makeXObject() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H A D2-2.c103 pthread_mutex_t mtx; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dstress.c92 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c1.c90 static pthread_mutex_t mtx[5]; variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DSfntTool.java47 private boolean mtx = false; field in SfntTool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMutex.h142 SmartMutex<mt_only>& mtx; member in llvm::sys::SmartScopedLock
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp29 static mutex mtx; member
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.h47 MutexId mtx; member
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_ipc_adapter.h43 MutexId mtx; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.h44 std::mutex& mtx; member
/kernel/linux/linux-5.10/drivers/regulator/
H A Disl6271a-regulator.c34 struct mutex mtx; member
/kernel/linux/linux-6.6/drivers/regulator/
H A Disl6271a-regulator.c26 struct mutex mtx; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c20 static void __mutex_init(struct mutex *mtx, bool pshared) in __mutex_init() argument
37 void mutex_init(struct mutex *mtx) in mutex_init() argument
42 void mutex_init_pshared(struct mutex *mtx) in mutex_init_pshared() argument
47 void mutex_destroy(struct mutex *mtx) in mutex_destroy() argument
64 mutex_trylock(struct mutex *mtx) mutex_trylock() argument
106 cond_wait(struct cond *cnd, struct mutex *mtx) cond_wait() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_util.c99 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx() argument
/third_party/FreeBSD/sys/sys/
H A Dmutex.h52 #define mtx pthread_mutex macro
56 mtx_init(pthread_mutex_t *mtx, const char *name, const char *type, int opts) in mtx_init() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D2-3.c82 pthread_mutex_t mtx; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Dstress.c89 pthread_mutex_t mtx, *pmtx; in threaded() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D2-2.c79 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
H A D4-1.c79 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Ds-c.c87 pthread_mutex_t mtx[10 * SCALABILITY_FACTOR]; member
H A Dstress.c87 pthread_mutex_t mtx; in threaded() local

Completed in 8 milliseconds

12345678