Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/bionic/libc/bionic/
H A Dpthread_barrier.cpp61 RELEASE, enumerator
120 while(atomic_load_explicit(&barrier->state, memory_order_acquire) == RELEASE) { in pthread_barrier_wait()
121 __futex_wait_ex(&barrier->state, barrier->pshared, RELEASE, false, nullptr); in pthread_barrier_wait()
148 atomic_store_explicit(&barrier->state, RELEASE, memory_order_release); in pthread_barrier_wait()
175 while (atomic_load_explicit(&barrier->state, memory_order_acquire) == RELEASE) { in pthread_barrier_destroy()
176 __futex_wait_ex(&barrier->state, barrier->pshared, RELEASE, false, nullptr); in pthread_barrier_destroy()
/aosp12/art/openjdkjvmti/
H A Ddeopt_manager.h142 RELEASE(deoptimization_status_lock_) REQUIRES(!art::Locks::mutator_lock_);
148 RELEASE(deoptimization_status_lock_)
152 RELEASE(deoptimization_status_lock_)
156 RELEASE(deoptimization_status_lock_)
160 RELEASE(deoptimization_status_lock_)
164 RELEASE(deoptimization_status_lock_)
168 RELEASE(deoptimization_status_lock_)
/aosp12/art/runtime/base/
H A Dmutex.h190 void ExclusiveUnlock(Thread* self) RELEASE();
191 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()
327 void ExclusiveUnlock(Thread* self) RELEASE();
328 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
510 ~MutexLock() RELEASE() { in RELEASE() function
526 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraActions.java22 public static final int RELEASE = 2; field in CameraActions
61 case RELEASE: in stringify()
/aosp12/art/runtime/gc/
H A Dscoped_gc_critical_section.h41 void Exit(const char* old_reason) RELEASE(Roles::uninterruptible_);
55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
/aosp12/packages/apps/Dialer/java/com/android/dialer/buildtype/
H A DBuildType.java34 Type.RELEASE,
41 int RELEASE = 4; field
/aosp12/system/core/libutils/include/utils/
H A DMutex.h59 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro
108 void unlock() RELEASE();
134 inline ~Autolock() RELEASE() { mLock.unlock(); } in RELEASE() function
/aosp12/system/libbase/include/android-base/
H A Dthread_annotations.h62 #define RELEASE(...) \ macro
140 ~ScopedLockAssertion() RELEASE() {} in RELEASE() function
/aosp12/art/test/1930-monitor-info/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/aosp12/art/test/1931-monitor-events/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/aosp12/art/test/1933-monitor-current-contended/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/aosp12/art/test/jvmti-common/
H A DMonitors.java120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant
198 if (cur_action == Action.RELEASE) { in DoLock()
317 setAction(Action.RELEASE); in DoUnlock()
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DApiHelper.java95 … ("4.4.4".equals(Build.VERSION.RELEASE) || "4.4.3".equals(Build.VERSION.RELEASE))); in isKitKatMR2OrHigher()
/aosp12/hardware/interfaces/drm/1.2/
H A DIDrmPlugin.hal64 * is RELEASE, followed by provideKeyResponse. This allows the
86 * getKeyRequest with KeyType RELEASE but the key response has not
114 * keyType is RELEASE, scope must be set to the keySetId of the keys
120 * request. initData must be empty when keyType is RELEASE.
139 * request. The type must be one of INITIAL, RENEWAL, RELEASE, NONE or
142 * keys in a license. RELEASE corresponds to a keyType of RELEASE,
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DInitDataParser.cpp73 if (keyType == V1_0::KeyType::RELEASE) { in parse()
171 keyType == V1_0::KeyType::RELEASE) { in generateRequest()
/aosp12/frameworks/base/core/java/android/util/
H A DConfig.java37 public static final boolean RELEASE = true; field in Config
/aosp12/frameworks/native/services/surfaceflinger/
H A DMainThreadGuard.h32 ~MainThreadScopedGuard() RELEASE() {} in RELEASE() function
/aosp12/packages/apps/Dialer/java/com/android/dialer/buildtype/release/
H A DBuildTypeAccessorImpl.java29 return Type.RELEASE; in getBuildType()
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dkeys.conf21 [@RELEASE]
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dkeys.conf21 [@RELEASE]
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dkeys.conf21 [@RELEASE]
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dkeys.conf24 [@RELEASE]
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dkeys.conf24 [@RELEASE]

1234