Searched refs:transactionTimerStarted (Results 1 – 3 of 3) sorted by relevance
210 protected AtomicBoolean transactionTimerStarted = new AtomicBoolean(false); field in SIPTransaction1035 if (this.transactionTimerStarted.get()) in setRetransmitTimer()
1306 if (this.transactionTimerStarted.compareAndSet(false, true)) { in startTransactionTimer()
1463 if (this.transactionTimerStarted.compareAndSet(false, true)) { in startTransactionTimer()