GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode Enum Reference
Collaboration diagram for com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode:

Public Member Functions

 YieldMode (final int id)
 

Public Attributes

 NONE =(0)
 
 YIELD =(1)
 
 SLEEP =(2)
 
final int id
 

Detailed Description

Definition at line 46 of file TestRecursiveThreadGroupLock01.java.

Constructor & Destructor Documentation

◆ YieldMode()

com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode.YieldMode ( final int  id)

Definition at line 51 of file TestRecursiveThreadGroupLock01.java.

Member Data Documentation

◆ id

final int com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode.id

Definition at line 49 of file TestRecursiveThreadGroupLock01.java.

◆ NONE

com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode.NONE =(0)

Definition at line 47 of file TestRecursiveThreadGroupLock01.java.

◆ SLEEP

com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode.SLEEP =(2)

Definition at line 47 of file TestRecursiveThreadGroupLock01.java.

◆ YIELD

com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01.YieldMode.YIELD =(1)

Definition at line 47 of file TestRecursiveThreadGroupLock01.java.


The documentation for this enum was generated from the following file: