Home
last modified time | relevance | path

Searched defs:lock (Results 1 - 25 of 553) sorted by relevance

12345678910>>...23

/third_party/gn/misc/emacs/
H A Dgn-mode.el[all...]
/third_party/protobuf/editors/
H A Dprotobuf-mode.el
/third_party/musl/src/thread/
H A Dlock_ptc.c3 static pthread_rwlock_t lock = PTHREAD_RWLOCK_INITIALIZER; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRWMutex.cpp29 bool RWMutexImpl::lock() { return true; } in lock() function in RWMutexImpl
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-mode.el
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dkdfexchange.h17 CRYPTO_RWLOCK *lock; member
/third_party/openssl/providers/implementations/include/prov/
H A Dkdfexchange.h17 CRYPTO_RWLOCK *lock; member
/arkcompiler/runtime_core/tests/fuzztest/readwritelockholder_fuzzer/
H A Dreadwritelockholder_fuzzer.cpp22 panda::os::memory::DummyLock lock; in ReadWriteLockHolderFuzzTest() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlock.cpp28 bool Lock::lock() in lock() function in OHOS::Global::Resource::Lock
/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/lock_fuzzer/
H A Dlock_fuzzer.cpp32 std::shared_ptr<OHOS::PowerMgr::RunningLock> lock; in LockFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/isused_fuzzer/
H A Disused_fuzzer.cpp31 std::shared_ptr<OHOS::PowerMgr::RunningLock> lock; in IsUsedFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/unlock_fuzzer/
H A Dunlock_fuzzer.cpp31 std::shared_ptr<OHOS::PowerMgr::RunningLock> lock; in UnLockFuzzTest() local
/foundation/communication/netstack/utils/http_over_curl/include/
H A Dspinlock_mutex.h25 void lock() in lock() function
/third_party/ffmpeg/libavcodec/
H A Djni.c38 pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/musl/porting/liteos_a/user/src/dirent/
H A D__dirent.h7 volatile int lock[1]; member
/third_party/musl/src/dirent/
H A D__dirent.h7 volatile int lock[1]; member
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/
H A Dlock.h40 AutoLock(Lock& lock) : lock_(lock) { in AutoLock() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.h38 simple_mtx_t lock; member
/third_party/node/deps/uv/src/unix/
H A Dspinlock.h25 int lock; member
/third_party/python/Include/cpython/
H A Dpythread.h11 PyAPI_FUNC(int) _PyThread_at_fork_reinit(PyThread_type_lock *lock); variable
/third_party/skia/src/gpu/
H A DGrEagerVertexAllocator.cpp13 void* GrEagerDynamicVertexAllocator::lock(size_t stride, int eagerCount) { in lock() function in GrEagerDynamicVertexAllocator
38 void* GrCpuVertexAllocator::lock(size_t stride, int eagerCount) { in lock() function in GrCpuVertexAllocator
/third_party/node/deps/npm/test/lib/commands/
H A Dshrinkwrap.js[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dauto_mutex.h25 explicit inline AutoMutex(Lock &lock) : lock_(lock) in AutoMutex() argument
28 explicit inline AutoMutex(Lock *lock) : lock_(*lock) in AutoMutex() argument
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/posix/
H A Dhks_rwlock.c24 pthread_rwlock_t lock; member
40 int32_t HksRwlockLockRead(HksRwlock *lock) in HksRwlockLockRead() argument
47 int32_t HksRwlockUnlockRead(HksRwlock *lock) in HksRwlockUnlockRead() argument
54 HksRwlockLockWrite(HksRwlock *lock) HksRwlockLockWrite() argument
61 HksRwlockUnlockWrite(HksRwlock *lock) HksRwlockUnlockWrite() argument
68 HksRwlockClose(HksRwlock *lock) HksRwlockClose() argument
[all...]
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_lock.c25 HksRwlock *lock; member
30 HksLock *lock = (HksLock *)HksMalloc(sizeof(HksLock)); in HksLockCreate() local
41 HksLockLockRead(HksLock *lock) HksLockLockRead() argument
48 HksLockUnlockRead(HksLock *lock) HksLockUnlockRead() argument
55 HksLockLockWrite(HksLock *lock) HksLockLockWrite() argument
62 HksLockUnlockWrite(HksLock *lock) HksLockUnlockWrite() argument
69 HksLockClose(HksLock *lock) HksLockClose() argument
[all...]

Completed in 5 milliseconds

12345678910>>...23