public class com.oracle.svm.core.windows.headers.SynchAPI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.windows.headers.SynchAPI
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.windows.headers.SynchAPI this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.windows.headers.SynchAPI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/windows/headers/SynchAPI;

  public static native com.oracle.svm.core.windows.headers.WinBase$HANDLE CreateEventA(org.graalvm.word.PointerBase, int, int, org.graalvm.word.PointerBase);
    descriptor: (Lorg/graalvm/word/PointerBase;IILorg/graalvm/word/PointerBase;)Lcom/oracle/svm/core/windows/headers/WinBase$HANDLE;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction()
    MethodParameters:
                   Name  Flags
      lpEventAttributes  
      bManualReset       
      bInitialState      
      lpName             

  public static native int ResetEvent(com.oracle.svm.core.windows.headers.WinBase$HANDLE);
    descriptor: (Lcom/oracle/svm/core/windows/headers/WinBase$HANDLE;)I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction()
    MethodParameters:
        Name  Flags
      hEvent  

  public static native int SetEvent(com.oracle.svm.core.windows.headers.WinBase$HANDLE);
    descriptor: (Lcom/oracle/svm/core/windows/headers/WinBase$HANDLE;)I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction()
    MethodParameters:
        Name  Flags
      hEvent  

  public static native int WaitForSingleObject(com.oracle.svm.core.windows.headers.WinBase$HANDLE, int);
    descriptor: (Lcom/oracle/svm/core/windows/headers/WinBase$HANDLE;I)I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction()
    MethodParameters:
                Name  Flags
      hEvent          
      dwMilliseconds  

  public static native int WaitForSingleObjectNoTransition(com.oracle.svm.core.windows.headers.WinBase$HANDLE, int);
    descriptor: (Lcom/oracle/svm/core/windows/headers/WinBase$HANDLE;I)I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction(value = "WaitForSingleObject", transition = org.graalvm.nativeimage.c.function.CFunction$Transition.NO_TRANSITION:Lorg/graalvm/nativeimage/c/function/CFunction$Transition;)
    MethodParameters:
                Name  Flags
      hEvent          
      dwMilliseconds  

  public static native void Sleep(int);
    descriptor: (I)V
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CFunction()
    MethodParameters:
                Name  Flags
      dwMilliseconds  

  public static native int INFINITE();
    descriptor: ()I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.constant.CConstant()

  public static native int WAIT_OBJECT_0();
    descriptor: ()I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.constant.CConstant()

  public static native int WAIT_TIMEOUT();
    descriptor: ()I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.constant.CConstant()

  public static native int WAIT_ABANDONED();
    descriptor: ()I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.constant.CConstant()

  public static native int WAIT_FAILED();
    descriptor: ()I
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.constant.CConstant()
}
SourceFile: "SynchAPI.java"
InnerClasses:
  public abstract HANDLE = com.oracle.svm.core.windows.headers.WinBase$HANDLE of com.oracle.svm.core.windows.headers.WinBase
  public final Transition = org.graalvm.nativeimage.c.function.CFunction$Transition of org.graalvm.nativeimage.c.function.CFunction
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.CContext(value = Lcom/oracle/svm/core/windows/headers/WindowsDirectives;)
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$WINDOWS;})