| /third_party/openssl/crypto/x509/ |
| H A D | x509_local.h | 148 CRYPTO_RWLOCK *lock; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ft.cc | 81 mutable hb_mutex_t lock; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | scheduler.h | 549 wait( marl::lock& lock, const std::chrono::time_point<Clock, Duration>& timeout, const Predicate& pred) wait() argument [all...] |
| /third_party/python/Modules/_sha3/ |
| H A D | sha3module.c | 75 PyThread_type_lock lock; member [all...] |
| /third_party/zlib/examples/ |
| H A D | gzlog.c | 302 time_t lock; /* last modify time of our lock file */ global() member [all...] |
| /base/powermgr/power_manager/frameworks/native/ |
| H A D | power_mgr_client.cpp | 142 std::shared_ptr<RunningLock> lock = runningLock.lock(); in RecoverRunningLocks() local [all...] |
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
| H A D | cert_manager_status.c | 807 pthread_rwlock_t *lock = &g_treeLocks[storeIndex]; in CertManagerStatusFile() local
|
| /base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
| H A D | hks_storage.c | 53 HksStorageFileLock *lock = HksStorageFileLockCreate(fullPath); in CreateStorageFileLock() local 63 HksStorageFileLock *lock = CreateStorageFileLock(path, fileName); in HksStorageWriteFile() local 78 HksStorageFileLock *lock = CreateStorageFileLock(path, fileName); in HksStorageReadFile() local 140 HksStorageFileLock *lock = CreateStorageFileLock(path, fileName); HksStorageRemoveFile() local [all...] |
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| H A D | event_listener_handler.cpp | 144 NapiReturnToJS( napi_env env, napi_ref callbackRef, napi_value callbackVal, std::unique_lock<std::mutex> &lock) NapiReturnToJS() argument 702 WorkCallStateUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCallStateUpdated() argument 714 WorkSignalUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkSignalUpdated() argument 733 WorkNetworkStateUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkNetworkStateUpdated() argument 760 WorkSimStateUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkSimStateUpdated() argument 774 WorkCellInfomationUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCellInfomationUpdated() argument 786 WorkCellularDataConnectStateUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCellularDataConnectStateUpdated() argument 797 WorkCellularDataFlowUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCellularDataFlowUpdated() argument 804 WorkCfuIndicatorUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkCfuIndicatorUpdated() argument 815 WorkVoiceMailMsgIndicatorUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkVoiceMailMsgIndicatorUpdated() argument 828 WorkIccAccountUpdated(uv_work_t *work, std::unique_lock<std::mutex> &lock) WorkIccAccountUpdated() argument [all...] |
| /foundation/communication/dsoftbus/core/connection/ble/include/ |
| H A D | softbus_conn_ble_connection.h | 111 SoftBusMutex lock; member
|
| /foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
| H A D | softbus_hisysevt_discreporter.c | 67 SoftBusMutex lock; member [all...] |
| /foundation/communication/dsoftbus/core/bus_center/ipc/small/src/ |
| H A D | lnn_bus_center_ipc.c | 49 SoftBusMutex lock; member [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_topo_manager.c | 65 SoftBusMutex lock; member [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 97 void WaitAndResetNotifyWithLock(std::unique_lock<std::mutex> &lock) in WaitAndResetNotifyWithLock() argument 170 static void ExecSqlAndWaitForObserver(sqlite3 *db, const std::string &sql, std::unique_lock<std::mutex> &lock) in ExecSqlAndWaitForObserver() argument [all...] |
| /foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
| H A D | softbus_adapter_ble_gatt_server.h | 152 SoftBusMutex lock; member
|
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| H A D | scheduler.py | 84 lock = threading.Lock() variable in Scheduler
|
| /third_party/gn/src/gn/ |
| H A D | command_gen.cc | 87 std::mutex lock; member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | serv.cpp | 330 static UMutex lock; variable [all...] |
| H A D | udata.cpp | 153 Mutex lock; in findCommonICUDataByName() local 691 Mutex lock; in openCommonData() local 724 Mutex lock; in openCommonData() local
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 485 unused_func_t lock; member
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A D | usbd_generic_ep0.c | 94 static inline int CmpXchg(unsigned int *lock, int old, int new) in CmpXchg() argument
|
| /third_party/libwebsockets/lib/misc/threadpool/ |
| H A D | threadpool.c | 74 pthread_mutex_t lock; /* part of task wake_idle */ member 81 pthread_mutex_t lock; /* protects all pool lists */ member [all...] |
| /third_party/libuv/src/ |
| H A D | uv-common.h | 412 uv_mutex_t lock; member
|
| /third_party/libwebsockets/lib/misc/cache-ttl/ |
| H A D | file.c | 78 char lock[128]; in nsc_backing_open_lock() local 121 char lock[128]; in nsc_backing_close_unlock() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_rgp.h | 75 simple_mtx_t lock; member 96 simple_mtx_t lock; member 109 simple_mtx_t lock; member 151 simple_mtx_t lock; member 176 simple_mtx_t lock; member 188 simple_mtx_t lock; member
|