Home
last modified time | relevance | path

Searched defs:producerThread (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/chre/util/tests/
H A Datomic_spsc_queue_test.cc322 std::thread producerThread = std::thread( in TEST() local
419 std::thread producerThread = std::thread([&]() { in TEST() local
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL.h169 void runProducerThread(const sp<ProducerThread> producerThread) { in runProducerThread()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java136 Future<?> producerThread = threadPool.submit(producer); in testDrainTimesOut() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java136 Future<?> producerThread = threadPool.submit(producer); in testDrainTimesOut() local
/aosp_15_r20/external/deqp/framework/delibs/dethread/
H A DdeThreadTest.c366 void producerThread(void *arg) in producerThread() function
/aosp_15_r20/device/generic/goldfish/audio/
Ddevice_port_source.cpp164 void producerThread() { in producerThread() function
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultithreadingTest.cpp719 std::thread producerThread([&]() { in TEST_P() local