| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | loadednormalizer2impl.cpp | 288 Mutex lock; in getInstance() local 298 Mutex lock; in getInstance() local
|
| /third_party/python/Python/ |
| H A D | dynamic_annotations.c | 48 AnnotateRWLockCreate(const char *file, int line, const volatile void *lock) AnnotateRWLockCreate() argument 50 AnnotateRWLockDestroy(const char *file, int line, const volatile void *lock) AnnotateRWLockDestroy() argument 52 AnnotateRWLockAcquired(const char *file, int line, const volatile void *lock, long is_w) AnnotateRWLockAcquired() argument 54 AnnotateRWLockReleased(const char *file, int line, const volatile void *lock, long is_w) AnnotateRWLockReleased() argument 66 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, const volatile void *lock) AnnotateCondVarWait() argument
|
| /third_party/python/Lib/test/test_importlib/ |
| H A D | test_threaded_import.py | 114 raise unittest.SkipTest("can't run when import lock is held") namespace
|
| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| H A D | deTimer.c | 300 deMutex lock; /*!< State lock. */ member [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | debug.cpp | 183 std::unique_lock<std::mutex> lock; in ~LogMessage() local
|
| /base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
| H A D | peer_binder_catcher.cpp | 352 static std::mutex lock; in ForkToDumpHiperf() local
|
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
| H A D | Fetcher.java | 80 private ReentrantLock lock; // Lock used to synchronize dump operation field in Fetcher 95 public Fetcher(String tag, ReentrantLock lock, Map<String, Integer> idMap) { in Fetcher() argument
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | event_queue_ffrt.cpp | 485 SubmitEventAtEnd(InnerEvent::Pointer &event, Priority priority, bool syncWait, const std::string &taskName, std::unique_lock<ffrt::mutex> &lock) SubmitEventAtEnd() argument 517 SubmitEventAtFront(InnerEvent::Pointer &event, Priority priority, bool syncWait, const std::string &taskName, std::unique_lock<ffrt::mutex> &lock) SubmitEventAtFront() argument [all...] |
| /base/security/huks/test/fuzz_test/innerapi_fuzzer/hksstorage_fuzzer/ |
| H A D | hksstorage_fuzzer.cpp | 212 HksStorageFileLock *lock = HksStorageFileLockCreate(&path[0]); in HksStorageFileLockTest001() local 226 HksStorageFileLock *lock = HksStorageFileLockCreate(&path[0]); in HksStorageFileLockTest002() local 242 HksStorageFileLock *lock = HksStorageFileLockCreate(&path[0]); HksStorageFileLockTest003() local [all...] |
| /base/telephony/state_registry/frameworks/cj/src/ |
| H A D | observer_event_handler.cpp | 375 WorkUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkUpdated() argument 421 WorkCallStateUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCallStateUpdated() argument 439 WorkSignalUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkSignalUpdated() argument 472 WorkNetworkStateUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkNetworkStateUpdated() argument 505 WorkSimStateUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkSimStateUpdated() argument 526 WorkCellInfomationUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCellInfomationUpdated() argument 535 WorkCellularDataConnectStateUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCellularDataConnectStateUpdated() argument 553 WorkCellularDataFlowUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCellularDataFlowUpdated() argument 566 WorkCfuIndicatorUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCfuIndicatorUpdated() argument 575 WorkVoiceMailMsgIndicatorUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkVoiceMailMsgIndicatorUpdated() argument 584 WorkIccAccountUpdated(const EventListener &listener, uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkIccAccountUpdated() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
| H A D | cmpi_log.c | 57 osal_spinlock_t lock; /* the lock */ member [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-core.h | 73 struct mutex lock; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | dma-buf.h | 397 struct mutex lock; member
|
| H A D | iova.h | 32 spinlock_t lock; member 64 spinlock_t lock; member
|
| /device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/ |
| H A D | rockchip_saradc.c | 61 spinlock_t lock; member
|
| /device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
| H A D | mpp_buffer_impl.h | 68 pthread_mutex_t lock; member 84 pthread_mutex_t lock; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 33 struct mutex lock; member [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_wrapper.h | 53 RecursionGuard(RecursiveLock& lock) : lock_(lock) in RecursionGuard() argument 72 ChildrenListWithGuard(const std::list<RefPtr<LayoutWrapper>>& children, RecursiveLock& lock) in ChildrenListWithGuard() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
| H A D | event_runner.cpp | 163 void DoReclaimLocked(std::unique_lock<std::mutex> &lock, in DoReclaimLocked() argument [all...] |
| /foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/ |
| H A D | detail_enhancer_video_ndk_unit_test.cpp | 1354 std::unique_lock<std::mutex> lock;
in HWTEST_F() local
|
| /foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/ |
| H A D | avbuffer_queue.cpp | 265 bool AVBufferQueueImpl::wait_for(std::unique_lock<std::mutex>& lock, int32_t timeoutMs) in wait_for() argument
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| H A D | softbus_proxychannel_pipeline.c | 66 SoftBusMutex lock; member [all...] |
| /foundation/communication/dsoftbus/core/common/message_handler/ |
| H A D | message_handler.c | 48 SoftBusMutex lock; member [all...] |
| /foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
| H A D | disc_coap.c | 41 SoftBusMutex lock; member [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
| H A D | client_trans_proxy_file_manager.h | 85 SoftBusMutex lock; member
|