Home
last modified time | relevance | path

Searched refs:numthreads (Results 1 – 24 of 24) sorted by relevance

/external/ltp/testcases/kernel/fs/openfile/
Dopenfile.c55 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/
Dhlsl.numthreads.comp2 [numthreads(8,8,1)]
7 [numthreads(1,4,8)]
Dhlsl.wavequery.comp3 [numthreads(32, 16, 1)]
Dhlsl.noSemantic.functionality1.comp3 [numthreads(1, 1, 1)]
Dhlsl.store.rwbyteaddressbuffer.type.comp3 [numthreads(64, 1, 1)]
Dhlsl.imagefetch-subvec4.comp4 [numthreads(8,8,8)]
Dhlsl.attribute.expression.comp7 [numthreads(2+2, 2*3, (1+FOO)*BAR)]
Dhlsl.groupid.comp5 [ numthreads ( 8 , 8 , 1 ) ]
Dhlsl.structbuffer.fn2.comp10 [numthreads(256, 1, 1)]
Dhlsl.wavevote.comp3 [numthreads(32, 16, 1)]
Dhlsl.printf.comp3 [numthreads(1,1,1)]
Dhlsl.snorm.uav.comp10 [numthreads(16, 16, 1)]
Dhlsl.structbuffer.floatidx.comp11 [numthreads(1, 1, 1)]
Dhlsl.waveprefix.comp11 [numthreads(32, 16, 1)]
Dhlsl.wavebroadcast.comp11 [numthreads(32, 16, 1)]
Dhlsl.wavereduction.comp11 [numthreads(32, 16, 1)]
Dhlsl.wavequad.comp11 [numthreads(32, 16, 1)]
/external/deqp-deps/amber/tests/cases/
Ddebugger_hlsl_basic_compute.amber23 [numthreads(1,1,1)]
Ddebugger_hlsl_function_call.amber42 [numthreads(1,1,1)]
/external/libchrome/base/memory/
Dshared_memory_unittest.cc294 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/
Dllvm-compilers-check601 numthreads = options.threads variable
604 + str(numthreads) + " threads using " + str(jobs)
610 for t in range(numthreads):
/external/llvm-project/llvm/utils/
Dllvm-compilers-check600 numthreads = options.threads variable
603 + str(numthreads) + " threads using " + str(jobs)
609 for t in range(numthreads):
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.numthreads.comp.out1 hlsl.numthreads.comp
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp1705 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()