Rabbit-R1/switch port/smali/smali_classes3/okio/AsyncTimeout$Watchdog.smali

146 lines
3.2 KiB
Smali
Raw Normal View History

2024-05-21 16:08:36 -05:00
.class final Lokio/AsyncTimeout$Watchdog;
.super Ljava/lang/Thread;
.source "AsyncTimeout.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokio/AsyncTimeout;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1a
name = "Watchdog"
.end annotation
.annotation system Ldalvik/annotation/SourceDebugExtension;
value = "SMAP\nAsyncTimeout.kt\nKotlin\n*S Kotlin\n*F\n+ 1 AsyncTimeout.kt\nokio/AsyncTimeout$Watchdog\n+ 2 -Platform.kt\nokio/-Platform\n*L\n1#1,327:1\n28#2:328\n*E\n*S KotlinDebug\n*F\n+ 1 AsyncTimeout.kt\nokio/AsyncTimeout$Watchdog\n*L\n186#1:328\n*E\n"
.end annotation
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0002\n\u0002\u0010\u0002\n\u0000\u0008\u0002\u0018\u00002\u00020\u0001B\u0007\u0008\u0000\u00a2\u0006\u0002\u0010\u0002J\u0008\u0010\u0003\u001a\u00020\u0004H\u0016\u00a8\u0006\u0005"
}
d2 = {
"Lokio/AsyncTimeout$Watchdog;",
"Ljava/lang/Thread;",
"()V",
"run",
"",
"okio"
}
k = 0x1
mv = {
0x1,
0x4,
0x0
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 1
const-string v0, "Okio Watchdog"
.line 177
invoke-direct {p0, v0}, Ljava/lang/Thread;-><init>(Ljava/lang/String;)V
const/4 v0, 0x1
.line 179
invoke-virtual {p0, v0}, Lokio/AsyncTimeout$Watchdog;->setDaemon(Z)V
return-void
.end method
# virtual methods
.method public run()V
.locals 3
:catch_0
:cond_0
:goto_0
const/4 p0, 0x0
.line 185
:try_start_0
move-object v0, p0
check-cast v0, Lokio/AsyncTimeout;
.line 186
const-class v0, Lokio/AsyncTimeout;
.line 328
monitor-enter v0
:try_end_0
.catch Ljava/lang/InterruptedException; {:try_start_0 .. :try_end_0} :catch_0
.line 187
:try_start_1
sget-object v1, Lokio/AsyncTimeout;->Companion:Lokio/AsyncTimeout$Companion;
invoke-virtual {v1}, Lokio/AsyncTimeout$Companion;->awaitTimeout$okio()Lokio/AsyncTimeout;
move-result-object v1
.line 191
invoke-static {}, Lokio/AsyncTimeout;->access$getHead$cp()Lokio/AsyncTimeout;
move-result-object v2
if-ne v1, v2, :cond_1
.line 192
move-object v1, p0
check-cast v1, Lokio/AsyncTimeout;
invoke-static {p0}, Lokio/AsyncTimeout;->access$setHead$cp(Lokio/AsyncTimeout;)V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 193
:try_start_2
monitor-exit v0
:try_end_2
.catch Ljava/lang/InterruptedException; {:try_start_2 .. :try_end_2} :catch_0
return-void
.line 195
:cond_1
:try_start_3
sget-object p0, Lkotlin/Unit;->INSTANCE:Lkotlin/Unit;
:try_end_3
.catchall {:try_start_3 .. :try_end_3} :catchall_0
:try_start_4
monitor-exit v0
if-eqz v1, :cond_0
.line 198
invoke-virtual {v1}, Lokio/AsyncTimeout;->timedOut()V
goto :goto_0
:catchall_0
move-exception p0
.line 195
monitor-exit v0
throw p0
:try_end_4
.catch Ljava/lang/InterruptedException; {:try_start_4 .. :try_end_4} :catch_0
.end method