Home
last modified time | relevance | path

Searched defs:lock (Results 376 - 400 of 726) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/skia/third_party/externals/icu/source/common/
H A Dloadednormalizer2impl.cpp288 Mutex lock; in getInstance() local
298 Mutex lock; in getInstance() local
/third_party/python/Python/
H A Ddynamic_annotations.c48 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 Dtest_threaded_import.py114 raise unittest.SkipTest("can't run when import lock is held") namespace
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimer.c300 deMutex lock; /*!< State lock. */ member
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.cpp183 std::unique_lock<std::mutex> lock; in ~LogMessage() local
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp352 static std::mutex lock; in ForkToDumpHiperf() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java80 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 Devent_queue_ffrt.cpp485 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 Dhksstorage_fuzzer.cpp212 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 Dobserver_event_handler.cpp375 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 Dcmpi_log.c57 osal_spinlock_t lock; /* the lock */ member
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h73 struct mutex lock; member
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h397 struct mutex lock; member
H A Diova.h32 spinlock_t lock; member
64 spinlock_t lock; member
/device/soc/rockchip/rk3566/sdk_linux/drivers/iio/adc/
H A Drockchip_saradc.c61 spinlock_t lock; member
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_buffer_impl.h68 pthread_mutex_t lock; member
84 pthread_mutex_t lock; member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c33 struct mutex lock; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h53 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 Devent_runner.cpp163 void DoReclaimLocked(std::unique_lock<std::mutex> &lock, in DoReclaimLocked() argument
[all...]
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp1354 std::unique_lock<std::mutex> lock; in HWTEST_F() local
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp265 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 Dsoftbus_proxychannel_pipeline.c66 SoftBusMutex lock; member
[all...]
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c48 SoftBusMutex lock; member
[all...]
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c41 SoftBusMutex lock; member
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h85 SoftBusMutex lock; member

Completed in 21 milliseconds

1...<<11121314151617181920>>...30