BlockingHelper.smali
.class public final Lio/reactivex/internal/util/BlockingHelper;
.super Ljava/lang/Object;
.source "BlockingHelper.java"
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method private constructor <init>()V
.registers 3
.line 27
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 28
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "No instances!"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public static awaitForComplete(Ljava/util/concurrent/CountDownLatch;Lio/reactivex/disposables/Disposable;)V
.registers 7
.param p0, "latch" # Ljava/util/concurrent/CountDownLatch;
.param p1, "subscription" # Lio/reactivex/disposables/Disposable;
.line 32
invoke-virtual {p0}, Ljava/util/concurrent/CountDownLatch;->getCount()J
move-result-wide v0
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-nez v4, :cond_b
.line 35
return-void
.line 39
:cond_b
:try_start_b
invoke-static {}, Lio/reactivex/internal/util/BlockingHelper;->verifyNonBlocking()V
.line 40
invoke-virtual {p0}, Ljava/util/concurrent/CountDownLatch;->await()V
:try_end_11
.catch Ljava/lang/InterruptedException; {:try_start_b .. :try_end_11} :catch_13
.line 48
nop
.line 49
return-void
.line 41
:catch_13
move-exception v0
.line 42
.local v0, "e":Ljava/lang/InterruptedException;
invoke-interface {p1}, Lio/reactivex/disposables/Disposable;->dispose()V
.line 45
invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/Thread;->interrupt()V
.line 47
new-instance v1, Ljava/lang/IllegalStateException;
const-string v2, "Interrupted while waiting for subscription to complete."
invoke-direct {v1, v2, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v1
.end method
.method public static verifyNonBlocking()V
.registers 3
.line 57
invoke-static {}, Lio/reactivex/plugins/RxJavaPlugins;->isFailOnNonBlockingScheduler()Z
move-result v0
if-eqz v0, :cond_39
.line 58
invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread;
move-result-object v0
instance-of v0, v0, Lio/reactivex/internal/schedulers/NonBlockingThread;
if-nez v0, :cond_15
.line 59
invoke-static {}, Lio/reactivex/plugins/RxJavaPlugins;->onBeforeBlocking()Z
move-result v0
if-nez v0, :cond_15
goto :goto_39
.line 60
:cond_15
new-instance v0, Ljava/lang/IllegalStateException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "Attempt to block on a Scheduler "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread;
move-result-object v2
invoke-virtual {v2}, Ljava/lang/Thread;->getName()Ljava/lang/String;
move-result-object v2
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string v2, " that doesn\'t support blocking operators as they may lead to deadlock"
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.line 62
:cond_39
:goto_39
return-void
.end method