Home
last modified time | relevance | path

Searched refs:threadNum (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/
Dnested.c11 int inParallel = -1, numThreads = -1, threadNum = -1; in main() local
18 #pragma omp target map(inParallel, numThreads, threadNum, check1[:], check2[:]) in main()
22 threadNum = omp_get_thread_num(); in main()
47 inParallel, numThreads, threadNum); in main()
75 threadNum = -1; in main()
80 #pragma omp target map(inParallel, numThreads, threadNum, check1[:], check2[:]) in main()
84 threadNum = omp_get_thread_num(); in main()
109 inParallel, numThreads, threadNum); in main()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
DFifoPriorityThreadPoolExecutor.java45 int threadNum = 0; field in FifoPriorityThreadPoolExecutor.DefaultThreadFactory
48 final Thread result = new Thread(runnable, "fifo-pool-thread-" + threadNum) { in newThread()
55 threadNum++; in newThread()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2Client.java318 int threadNum; field in Http2Client.Tester.MaxStreamsWorker
321 MaxStreamsWorker(int threadNum, SimpleRequest request) { in MaxStreamsWorker() argument
322 this.threadNum = threadNum; in MaxStreamsWorker()
328 Thread.currentThread().setName("thread:" + threadNum); in run()
/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
Ddtifmtts.h76 void threadFunc11669(int32_t threadNum);
Dcallimts.cpp203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread() argument
204 logln("thread %d starting", threadNum); in TestLimitsThread()
Ddtifmtts.cpp1765 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument
1766 (void)threadNum; in threadFunc11669()
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h926 size_t threadNum[1]; in ExecuteSingleTest() local
1170 threadNum[0] = deviceThreadCount; in ExecuteSingleTest()
1172 error = clEnqueueNDRangeKernel(queue, kernel, 1, NULL, threadNum, &groupSize, 0, NULL, NULL); in ExecuteSingleTest()
1285 threadNum[0] = 1; in ExecuteSingleTest()
1286 error = clEnqueueNDRangeKernel(queue, kernel, 1, NULL, threadNum, threadNum, 0, NULL, NULL); in ExecuteSingleTest()