Home
last modified time | relevance | path

Searched defs:lock1 (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_lock_unittest.cc138 SchedulerLock lock1; in TEST() local
147 SchedulerLock lock1; in TEST() local
159 SchedulerLock lock1; in TEST() local
169 SchedulerLock lock1; in TEST() local
179 SchedulerLock lock1; in TEST() local
268 SchedulerLock lock1; in TEST() member
284 SchedulerLock lock1; in TEST() member
/aosp_15_r20/frameworks/base/services/tests/appfunctions/src/com/android/server/appfunctions/
H A DAppFunctionManagerServiceImplTest.kt47 val lock1 = serviceImpl.getLockForPackage(packageName) in testGetLockForPackage_samePackage() constant
58 val lock1 = serviceImpl.getLockForPackage(packageName1) in testGetLockForPackage_differentPackages() constant
71 var lock1: Any? = serviceImpl.getLockForPackage(callingPackage) in <lambda>() variable
/aosp_15_r20/external/cronet/base/task/common/
H A Dchecked_lock_unittest.cc140 CheckedLock lock1; in TEST() local
149 CheckedLock lock1; in TEST() local
161 CheckedLock lock1; in TEST() local
172 CheckedLock lock1; in TEST() local
182 CheckedLock lock1; in TEST() local
271 CheckedLock lock1; in TEST() member
287 CheckedLock lock1; in TEST() member
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DWatchdogDiagnosticsTest.java36 Object lock1; field in WatchdogDiagnosticsTest.TestThread1
40 public TestThread1(Object lock1, Object lock2) { in TestThread1()
66 Object lock1; field in WatchdogDiagnosticsTest.TestThread2
70 public TestThread2(Object lock1, Object lock2) { in TestThread2()
/aosp_15_r20/external/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
H A DStructuredLockingTarget.java23 Object lock1 = new Object(); in simple() local
30 Object lock1 = new Object(); in nested() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_fcntl.rs646 let lock1 = Flock::lock(file1, FlockArg::LockExclusive).unwrap(); in verify_lock_and_drop() localVariable
672 let lock1 = Flock::lock(file1, FlockArg::LockExclusive).unwrap(); in verify_unlock() localVariable
/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/
H A DClientManager.cpp294 std::lock_guard<std::mutex> lock1(mCache.mMutex); in close() local
379 std::lock_guard<std::mutex> lock1(mCache.mMutex); in cleanUp() local
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/
H A DClientManager.cpp252 std::unique_lock<std::mutex> lock1(mCache.mMutex); in close() local
383 std::lock_guard<std::mutex> lock1(mCache.mMutex); in cleanUp() local
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/
H A DClientManager.cpp304 std::unique_lock<std::mutex> lock1(mCache.mMutex); in close() local
435 std::lock_guard<std::mutex> lock1(mCache.mMutex); in cleanUp() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlw_mutex_test.cpp19 boost::detail::lightweight_mutex::scoped_lock lock1( m1 ); in main() local
/aosp_15_r20/external/guice/core/test/com/google/inject/internal/
H A DCycleDetectingLockTest.java227 final CycleDetectingLock<T> lock1, in grabLocksInThread()
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer.cc808 MutexLock lock1(&mutex_); in GetStreamLabel() local
890 MutexLock lock1(&mutex_); in GetStats() local
/aosp_15_r20/external/rust/android-crates-io/crates/named-lock/src/
Dlib.rs257 let lock1 = NamedLock::create(&uuid)?; in edge_cases() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_scanner.cc25 std::mutex lock1; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c74 struct flock lock1 = { (short)F_WRLCK, (short)0, 2, 5, (short)0 }; variable
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java49 private ReentrantLock lock1; field in CycleDetectingLockFactoryTest
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DCycleDetectingLockFactoryTest.java49 private ReentrantLock lock1; field in CycleDetectingLockFactoryTest
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_mutex.cpp265 lock_type lock1(mx); in operator ()() local
/aosp_15_r20/art/runtime/
H A Dmonitor_test.cc372 ObjectLock<mirror::Object> lock1(self, obj1); in TEST_F() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dguard_threaded_test.pass.cpp350 int lock1 = 0; in test_futex_syscall() local
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c67 PyThread_type_lock lock1 = PyThread_allocate_lock(); in alloc_for_runtime() local
144 PyThread_type_lock lock1, lock2, lock3; in _PyRuntimeState_Init() local
/aosp_15_r20/external/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp385 int lock1 = 0; in test_futex_syscall() local
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Drwlock.rs548 let lock1 = arc.read(); in test_rwlock_recursive() localVariable
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.cpp690 std::lock_guard<std::recursive_mutex> lock1(mCabcModeMutex); in onClearDisplay() local

12