Home
last modified time | relevance | path

Searched defs:createThreads (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
H A DADPFAtomTestActivity.java145 private int[] createThreads(int tidCnt, CountDownLatch stopLatch) throws InterruptedException { in createThreads() method in ADPFAtomTestActivity
/aosp_15_r20/external/angle/src/common/
H A DWorkerThread.cpp135 void AsyncWorkerPool::createThreads() in createThreads() function in angle::AsyncWorkerPool
/aosp_15_r20/cts/tests/tests/libsystemhealthndk/jni/
H A DNativeSystemHealthTest.cpp124 static std::vector<std::thread> createThreads(int threadCount, std::atomic<bool>& stop, in createThreads() function
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp890 void createThreads(vector<TestThread *> &threads, int threadCount, int perThreadContextCount, in createThreads() function