Home
last modified time | relevance | path

Searched defs:blocker (Results 1 – 10 of 10) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DInterruptibleTaskTest.java145 private static void awaitBlockedOn(Thread t, Object blocker) throws InterruptedException { in awaitBlockedOn()
154 private static boolean isThreadBlockedOn(Thread t, Object blocker) { in isThreadBlockedOn()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptibleTaskTest.java145 private static void awaitBlockedOn(Thread t, Object blocker) throws InterruptedException { in awaitBlockedOn()
154 private static boolean isThreadBlockedOn(Thread t, Object blocker) { in isThreadBlockedOn()
/external/webrtc/webrtc/common_audio/
Dblocker_unittest.cc59 void RunTest(Blocker* blocker, in RunTest()
153 Blocker blocker(kChunkSize, in TEST_F() local
206 Blocker blocker(kChunkSize, in TEST_F() local
259 Blocker blocker(kChunkSize, in TEST_F() local
318 Blocker blocker(kChunkSize[i], in TEST_F() local
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.h73 int blocker; member
/external/v8/src/compiler/backend/
Dgap-resolver.cc218 auto blocker = in PerformMove() local
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c283 pthread_t waiter[THREAD_MAX], waker, blocker; in unit_test() local
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h120 rbug_block_t blocker; member
Drbug_context.c378 rbug_block_t blocker, in rbug_send_context_info_reply()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py187 async def lockit(name, blocker): argument
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/
DDownloadManagerTest.java755 private final com.google.android.exoplayer2.util.ConditionVariable blocker; field in DownloadManagerTest.FakeDownloader