Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 591b6a02 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

WaitState: add ravenwood annotation

Test: atest WaitStateTest
Bug: 433777990
Flag: EXEMPT bugfix
Change-Id: I904a95aba500862cea7fc393fd2be47e8fc31cfc
parent 5fa4b13b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,10 +16,13 @@

package android.os;

import android.ravenwood.annotation.RavenwoodKeepWholeClass;

/**
 * Encapsulates the waiting logic of DeliQueue/MessageQueue
 * @hide
 */
@RavenwoodKeepWholeClass
public final class WaitState {
    private static final long IS_COUNTER = 1L  << 63;
    private static final long HAS_SYNC_BARRIER = 1L << 62;