class com.apple.concurrent.LibDispatchSerialQueue$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.concurrent.LibDispatchSerialQueue$1
  super_class: java.lang.Object
{
  final com.apple.concurrent.LibDispatchSerialQueue this$0;
    descriptor: Lcom/apple/concurrent/LibDispatchSerialQueue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.concurrent.LibDispatchSerialQueue);
    descriptor: (Lcom/apple/concurrent/LibDispatchSerialQueue;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.concurrent.LibDispatchSerialQueue$1 this
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield com.apple.concurrent.LibDispatchSerialQueue$1.this$0:Lcom/apple/concurrent/LibDispatchSerialQueue;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.concurrent.LibDispatchSerialQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/concurrent/LibDispatchSerialQueue$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.concurrent.LibDispatchSerialQueue$1 this
         0: .line 69
            aload 0 /* this */
            getfield com.apple.concurrent.LibDispatchSerialQueue$1.this$0:Lcom/apple/concurrent/LibDispatchSerialQueue;
            getfield com.apple.concurrent.LibDispatchSerialQueue.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 70
            aload 0 /* this */
            getfield com.apple.concurrent.LibDispatchSerialQueue$1.this$0:Lcom/apple/concurrent/LibDispatchSerialQueue;
            iconst_3
            putfield com.apple.concurrent.LibDispatchSerialQueue.runState:I
         2: .line 71
            aload 0 /* this */
            getfield com.apple.concurrent.LibDispatchSerialQueue$1.this$0:Lcom/apple/concurrent/LibDispatchSerialQueue;
            getfield com.apple.concurrent.LibDispatchSerialQueue.lock:Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         3: .line 69
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: com.apple.concurrent.LibDispatchSerialQueue$1 java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.apple.concurrent.LibDispatchSerialQueue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/concurrent/LibDispatchSerialQueue$1;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
}
SourceFile: "LibDispatchSerialQueue.java"
EnclosingMethod: com.apple.concurrent.LibDispatchSerialQueue.shutdown:()V
NestHost: com.apple.concurrent.LibDispatchSerialQueue
InnerClasses:
  com.apple.concurrent.LibDispatchSerialQueue$1