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

Commit 2b1fbb34 authored by Mark Fasheh's avatar Mark Fasheh Committed by Android (Google) Code Review
Browse files

Merge "WaitState: add ravenwood annotation" into main

parents b7ed30d9 591b6a02
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;