Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 80) sorted by relevance

1234

/aosp12/art/test/1930-monitor-info/src/art/
H A DMonitors.java127 private volatile boolean held = false; field in Monitors.LockController
147 return held; in IsLocked()
191 held = true; in DoLock()
232 held = false; in DoLock()
320 while (held) {} in DoUnlock()
336 while (held) {} in DoCleanup()
/aosp12/art/test/1931-monitor-events/src/art/
H A DMonitors.java127 private volatile boolean held = false; field in Monitors.LockController
147 return held; in IsLocked()
191 held = true; in DoLock()
232 held = false; in DoLock()
320 while (held) {} in DoUnlock()
336 while (held) {} in DoCleanup()
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DMonitors.java127 private volatile boolean held = false; field in Monitors.LockController
147 return held; in IsLocked()
191 held = true; in DoLock()
232 held = false; in DoLock()
320 while (held) {} in DoUnlock()
336 while (held) {} in DoCleanup()
/aosp12/art/test/1933-monitor-current-contended/src/art/
H A DMonitors.java127 private volatile boolean held = false; field in Monitors.LockController
147 return held; in IsLocked()
191 held = true; in DoLock()
232 held = false; in DoLock()
320 while (held) {} in DoUnlock()
336 while (held) {} in DoCleanup()
/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DMonitors.java127 private volatile boolean held = false; field in Monitors.LockController
147 return held; in IsLocked()
191 held = true; in DoLock()
232 held = false; in DoLock()
320 while (held) {} in DoUnlock()
336 while (held) {} in DoCleanup()
/aosp12/art/test/jvmti-common/
H A DMonitors.java127 private volatile boolean held = false; field in Monitors.LockController
147 return held; in IsLocked()
191 held = true; in DoLock()
232 held = false; in DoLock()
320 while (held) {} in DoUnlock()
336 while (held) {} in DoCleanup()
/aosp12/frameworks/native/libs/binder/ndk/tests/
H A Diface.cpp180 AIBinder* held = AIBinder_Weak_promote(ret->mWeakBinder); in getService() local
181 CHECK(held == binder); in getService()
182 AIBinder_decStrong(held); in getService()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DWatchdogDiagnostics.java63 for (Object held : element.getHeldLocks()) { in printAnnotatedStack()
64 out.println(" " + getLockedString(held)); in printAnnotatedStack()
/aosp12/art/runtime/
H A Dalloc_instrumentation.md18 require the mutator lock is not held.
24 all other threads are suspended, and is only accessed with the mutator lock logically held,
/aosp12/art/test/1989-transform-bad-monitor/
H A Dexpected-stdout.txt5 Make sure locks aren't held
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/system/sepolicy/public/
H A Dtzdatacheck.te15 # or break assumptions made / invalidate data held by the components actually
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DREADME.md10 - Audio policy service lock. This one is external - it should be assumed to be held whenever we're
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp135 Status getHeldBinder(sp<IBinder>* held) override { in getHeldBinder() argument
136 *held = mHeldBinder; in getHeldBinder()
568 sp<IBinder> held; in TEST_P() local
569 EXPECT_OK(proc.rootIface->getHeldBinder(&held)); in TEST_P()
571 EXPECT_EQ(held.get(), ptr); in TEST_P()
/aosp12/system/chre/apps/test/common/proto/
H A Dchre_audio_concurrency_test.proto35 // The host will send this step when the AP has held and released access
/aosp12/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
H A DOnThreadLockChecker.java254 for (Object held : element.getHeldLocks()) { in getAnnotatedStackString()
256 .append(describeLocking(held, "locked")).append('\n'); in getAnnotatedStackString()
/aosp12/hardware/interfaces/sensors/2.0/
H A Dtypes.hal22 * before automatically releasing any wake_lock held for a WAKE_UP event.
/aosp12/frameworks/proto_logging/stats/enums/os/
H A Denums.proto176 // locks are held, then the device will fall asleep (and lock) as usual.
183 // no other wake locks are held. This is used by the dream manager to
/aosp12/hardware/interfaces/wifi/1.3/
H A Dtypes.hal34 * Total time for which CCA is held busy on this channel.
/aosp12/hardware/interfaces/contexthub/1.2/
H A Dtypes.hal50 * The list of Android permissions held by the sending nanoapp at the time

1234