Package apple.enums
Class dispatch_block_flags_t
- java.lang.Object
-
- apple.enums.dispatch_block_flags_t
-
public final class dispatch_block_flags_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDISPATCH_BLOCK_ASSIGN_CURRENTstatic longDISPATCH_BLOCK_BARRIERstatic longDISPATCH_BLOCK_DETACHEDstatic longDISPATCH_BLOCK_ENFORCE_QOS_CLASSstatic longDISPATCH_BLOCK_INHERIT_QOS_CLASSstatic longDISPATCH_BLOCK_NO_QOS_CLASS
-
-
-
Field Detail
-
DISPATCH_BLOCK_BARRIER
public static final long DISPATCH_BLOCK_BARRIER
- See Also:
- Constant Field Values
-
DISPATCH_BLOCK_DETACHED
public static final long DISPATCH_BLOCK_DETACHED
- See Also:
- Constant Field Values
-
DISPATCH_BLOCK_ASSIGN_CURRENT
public static final long DISPATCH_BLOCK_ASSIGN_CURRENT
- See Also:
- Constant Field Values
-
DISPATCH_BLOCK_NO_QOS_CLASS
public static final long DISPATCH_BLOCK_NO_QOS_CLASS
- See Also:
- Constant Field Values
-
DISPATCH_BLOCK_INHERIT_QOS_CLASS
public static final long DISPATCH_BLOCK_INHERIT_QOS_CLASS
- See Also:
- Constant Field Values
-
DISPATCH_BLOCK_ENFORCE_QOS_CLASS
public static final long DISPATCH_BLOCK_ENFORCE_QOS_CLASS
- See Also:
- Constant Field Values
-
-