Searched defs:mReadyToRunLatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncManager.java1548 private volatile CountDownLatch mReadyToRunLatch = new CountDownLatch(1); field in class:SyncManager.SyncHandler
1552 if (mReadyToRunLatch != null) {
1553 mReadyToRunLatch.countDown();
1570 CountDownLatch latch = mReadyToRunLatch;
1575 mReadyToRunLatch = null;

Completed in 40 milliseconds