/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/ |
D | nested.c | 11 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/ |
D | FifoPriorityThreadPoolExecutor.java | 45 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/ |
D | Http2Client.java | 318 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/ |
D | simplethread.cpp | 39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
|
D | dtifmtts.h | 76 void threadFunc11669(int32_t threadNum);
|
D | callimts.cpp | 203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread() argument 204 logln("thread %d starting", threadNum); in TestLimitsThread()
|
D | dtifmtts.cpp | 1765 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument 1766 (void)threadNum; in threadFunc11669()
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | common.h | 926 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()
|