/external/ltp/testcases/kernel/fs/openfile/ |
D | openfile.c | 55 int numthreads = 10, numfiles = 10; variable 96 numthreads = atoi(optarg); in main() 97 if (numthreads <= 0) in main() 121 if (numthreads > MAXTHREADS) { in main() 122 sprintf(msg, "%s\nCannot use %d threads", msg, numthreads); in main() 124 numthreads = MAXTHREADS; in main() 150 for (i = 0; i < numthreads; i++) in main() 161 while (c.thr_sleeping != numthreads) in main() 238 if (++c.thr_sleeping == numthreads) in threads()
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.numthreads.comp | 2 [numthreads(8,8,1)] 7 [numthreads(1,4,8)]
|
D | hlsl.wavequery.comp | 3 [numthreads(32, 16, 1)]
|
D | hlsl.noSemantic.functionality1.comp | 3 [numthreads(1, 1, 1)]
|
D | hlsl.store.rwbyteaddressbuffer.type.comp | 3 [numthreads(64, 1, 1)]
|
D | hlsl.imagefetch-subvec4.comp | 4 [numthreads(8,8,8)]
|
D | hlsl.attribute.expression.comp | 7 [numthreads(2+2, 2*3, (1+FOO)*BAR)]
|
D | hlsl.groupid.comp | 5 [ numthreads ( 8 , 8 , 1 ) ]
|
D | hlsl.structbuffer.fn2.comp | 10 [numthreads(256, 1, 1)]
|
D | hlsl.wavevote.comp | 3 [numthreads(32, 16, 1)]
|
D | hlsl.printf.comp | 3 [numthreads(1,1,1)]
|
D | hlsl.snorm.uav.comp | 10 [numthreads(16, 16, 1)]
|
D | hlsl.structbuffer.floatidx.comp | 11 [numthreads(1, 1, 1)]
|
D | hlsl.waveprefix.comp | 11 [numthreads(32, 16, 1)]
|
D | hlsl.wavebroadcast.comp | 11 [numthreads(32, 16, 1)]
|
D | hlsl.wavereduction.comp | 11 [numthreads(32, 16, 1)]
|
D | hlsl.wavequad.comp | 11 [numthreads(32, 16, 1)]
|
/external/deqp-deps/amber/tests/cases/ |
D | debugger_hlsl_basic_compute.amber | 23 [numthreads(1,1,1)]
|
D | debugger_hlsl_function_call.amber | 42 [numthreads(1,1,1)]
|
/external/libchrome/base/memory/ |
D | shared_memory_unittest.cc | 294 int numthreads = threadcounts[i]; in TEST_P() local 298 thread_handles.reset(new PlatformThreadHandle[numthreads]); in TEST_P() 299 thread_delegates.reset(new MultipleThreadMain*[numthreads]); in TEST_P() 302 for (int16_t index = 0; index < numthreads; index++) { in TEST_P() 310 for (int index = 0; index < numthreads; index++) { in TEST_P()
|
/external/llvm/utils/ |
D | llvm-compilers-check | 601 numthreads = options.threads variable 604 + str(numthreads) + " threads using " + str(jobs) 610 for t in range(numthreads):
|
/external/llvm-project/llvm/utils/ |
D | llvm-compilers-check | 600 numthreads = options.threads variable 603 + str(numthreads) + " threads using " + str(jobs) 609 for t in range(numthreads):
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.numthreads.comp.out | 1 hlsl.numthreads.comp
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBRemote.cpp | 1705 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in HandlePacket_qThreadInfo() local 1709 for (nub_size_t i = 0; i < numthreads; ++i) { in HandlePacket_qThreadInfo() 2906 const nub_size_t numthreads = DNBProcessGetNumThreads(pid); in SendStopReplyPacketForThread() local 2907 if (numthreads > 0) { in SendStopReplyPacketForThread() 2910 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread() 2938 if (pc_values.size() == numthreads) { in SendStopReplyPacketForThread() 2940 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread() 2955 if (numthreads > 1) { in SendStopReplyPacketForThread() 5508 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in GetJSONThreadsInfo() local 5509 for (nub_size_t i = 0; i < numthreads; ++i) { in GetJSONThreadsInfo()
|