Searched defs:second (Results 1 – 2 of 2) sorted by relevance
61 val second = sequence.withLockAsync(scope) { ++counter } in <lambda>() constant122 val second = sequence.withLockAsync(scope) { mutex.withLock { ++counter } } in testCancelledCoroutineDropsFromSequence() constant143 val second = sequence.withLockAsync(scope) { throw ExpectedException() } in testFailedCoroutineDropsFromSequenceWithoutAffectingLaterBlocks() constant
919 int first = -1, second = -1; in guessDataFormat() local