HomeSort by relevance Sort by last modified time
    Searched refs:nonThreadSafe (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
AppRTCProximitySensor.java 14 import org.appspot.apprtc.util.AppRTCUtils.NonThreadSafe;
37 // (e.g. the main thread). We use |nonThreadSafe| to ensure that this is
39 private final NonThreadSafe nonThreadSafe = new AppRTCUtils.NonThreadSafe();
176 if (!nonThreadSafe.calledOnValidThread()) {
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 339 final Supplier<Integer> nonThreadSafe = new Supplier<Integer>() {
357 Suppliers.synchronizedSupplier(nonThreadSafe).get();
369 assertEquals(numThreads * iterations + 1, (int) nonThreadSafe.get());

Completed in 132 milliseconds