Home
last modified time | relevance | path

Searched refs:numthreads (Results 1 – 4 of 4) 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/libchrome/base/memory/
Dshared_memory_unittest.cc250 int numthreads = threadcounts[i]; in TEST() local
254 thread_handles.reset(new PlatformThreadHandle[numthreads]); in TEST()
255 thread_delegates.reset(new MultipleThreadMain*[numthreads]); in TEST()
258 for (int16_t index = 0; index < numthreads; index++) { in TEST()
266 for (int index = 0; index < numthreads; index++) { in TEST()
/external/llvm/utils/
Dllvm-compilers-check601 numthreads = options.threads variable
604 + str(numthreads) + " threads using " + str(jobs)
610 for t in range(numthreads):
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild757 numthreads = options.threads
760 + str(numthreads) + " threads using " + str(jobs)
763 for t in range(numthreads):