/external/valgrind/none/tests/solaris/ |
coredump_many_threads.post.exp | 4 threading model: native threads
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
decode_with_partial_drops.c | 212 die("Usage: %s <infile> <outfile> [-t <num threads>] <N-M|N/M|L,S>\n", 218 dec_cfg.threads = strtol(argv[arg_num++], NULL, 0); 230 printf("Threads: %d\n", dec_cfg.threads);
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrix.h | 81 Index threads = omp_get_num_threads(); local 105 // Then, we set info[tid].users to the number of threads to mark that all other threads are going to use it. 107 info[tid].users += threads; 111 // Notify the other threads that the part B'_j is ready to go. 115 for(Index shift=0; shift<threads; ++shift) 117 Index j = (tid+shift)%threads; 142 for(Index j=0; j<threads; ++j)
|
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 840 final List threads = new ArrayList (); local 843 threads.clear (); [all...] |
/external/google-breakpad/src/processor/ |
minidump_processor_unittest.cc | 416 ASSERT_EQ(state.threads()->size(), size_t(1)); 421 CallStack *stack = state.threads()->at(0); 542 ASSERT_EQ(1U, state.threads()->size()); 543 ASSERT_EQ(1U, state.threads()->at(0)->frames()->size()); 544 ASSERT_EQ(kExpectedEIP, state.threads()->at(0)->frames()->at(0)->instruction); 567 // No threads 635 ASSERT_EQ(1U, state.threads()->size()); 636 ASSERT_EQ(0U, state.threads()->at(0)->frames()->size());
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
ResumeTest.java | 52 * <BR>At first the test starts ResumeDebuggee which starts and runs some tested threads. 69 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception); 71 printErrorAndFail("\n## Can NOT get number of started threads from debuggee! "); 74 logWriter.println("==> Number of threads in debuggee to test = " + testedThreadsNumber); 97 int threads = allThreadIDReply.getNextValueAsInt(); local 98 logWriter.println("==> Number of all threads in debuggee = " + threads); 99 for (int i = 0; i < threads; i++) { 121 logWriter.println("## FAILURE: Tested thread is not found out among debuggee threads!"); 128 printErrorAndFail("\n## Some of tested threads are not found!") [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_interface_test.cc | 122 pthread_t threads[kManyThreadsNumThreads]; local 125 PTHREAD_CREATE(&threads[i], 0, 129 PTHREAD_JOIN(threads[i], 0);
|
/external/libchrome/base/ |
observer_list_unittest.cc | 174 bool do_notifies_; // Whether these threads should do notifications. 363 // of observer threads, each of which constantly adds/removes itself 365 // to true, the observer threads will also trigger notifications to 385 base::PlatformThreadHandle threads[kMaxThreads]; local 389 threaded_observer[index], &threads[index])); 404 PlatformThread::Join(threads[index]); 409 // Use 7 observer threads. Notifications only come from 415 // Use 3 observer threads. Notifications will fire from 416 // the main thread and all 3 observer threads.
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ExecutorsTest.java | 158 * A new newFixedThreadPool with 0 threads throws IAE 289 List<Thread> threads = new ArrayList<Thread>(); local 291 threads.add(newStartedThread(new CheckedRunnable() { 297 for (Thread thread : threads)
|
/system/extras/tests/memtest/ |
bandwidth.cpp | 201 // all of the threads are running at this point. 258 pthread_t threads[num_threads]; local 264 rc = pthread_create(&threads[i], NULL, runBandwidthThread, 272 // Kick start the threads. 275 // Let the threads run. 278 // Stop the threads. 281 // Wait for the threads to complete. 283 rc = pthread_join(threads[i], NULL); 354 printf("Running %d threads\n", num_threads);
|
/development/ndk/platforms/android-3/include/linux/ |
cpumask.h | 16 #include <linux/threads.h>
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 36 #include <utils/threads.h>
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Rdi.cpp | 24 #include <utils/threads.h>
|
QCameraHWI_Still.cpp | 27 #include <utils/threads.h>
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
smoothness.py | 39 queueing_durations: The queueing delay between compositor & main threads 236 'the compositor and renderer threads are. It is the amount '
|
/external/deqp/modules/egl/ |
teglColorClearCase.cpp | 356 vector<ColorClearThreadSp> threads (numThreads); 371 // Threads take turns with packets. 386 // Create and launch threads (actual rendering starts once first semaphore is signaled). 389 threads[threadNdx] = ColorClearThreadSp(new ColorClearThread(egl, display, surface, contexts[threadNdx].second, contexts[threadNdx].first, funcs, packets[threadNdx])); 390 threads[threadNdx]->start(); 411 // Join threads. 413 threads[threadNdx]->join();
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
JSR166TestCase.java | 45 * helping to make sure that assertions failing in generated threads 52 * <li> All assertions in code running in generated threads must use 76 * <li> All threads generated must be joined inside each test case 103 * the smallest sensible numbers of threads, collection sizes, etc 540 * Checks that the threads do not terminate within the default 543 void assertThreadsStayAlive(Thread... threads) { 544 assertThreadsStayAlive(timeoutMillis(), threads); local 548 * Checks that the threads do not terminate within the given millisecond delay. 550 void assertThreadsStayAlive(long millis, Thread... threads) { 554 for (Thread thread : threads) [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
AbstractConnector.java | 279 * @return Returns the number of acceptor threads. 289 * The number of acceptor threads to set. 335 LOG.warn("insufficient threads configured for {}",this); 375 Thread[] threads; local 378 threads=_acceptorThreads; 380 if (threads != null) 381 for (Thread thread : threads) [all...] |
/external/libvpx/libvpx/test/ |
vp9_encoder_parms_get_to_decoder.cc | 70 dec_cfg_.threads = 4;
|
vp9_end_to_end_test.cc | 110 dec_cfg_.threads = 4;
|
vp9_skip_loopfilter_test.cc | 39 // If |threads| > 0 then set the decoder with that number of threads. 50 cfg.threads = num_threads;
|
/external/libxml2/ |
testThreads.c | 8 #include <libxml/threads.h> 29 static const char *catalog = "test/threads/complex.xml"; 31 "test/threads/abc.xml", 32 "test/threads/acb.xml", 33 "test/threads/bac.xml", 34 "test/threads/bca.xml", 35 "test/threads/cab.xml", 36 "test/threads/cba.xml", 37 "test/threads/invalid.xml", 57 if (!strcmp(filename, "test/threads/invalid.xml")) [all...] |
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 781 CV_IMPL void cvSetNumThreads( int threads ) 794 if( threads <= 0 ) 795 threads = icvNumProcs; 797 // threads = MIN( threads, icvNumProcs ); 799 icvNumThreads = threads;
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
calib3d.cu | 180 dim3 threads(256); 183 computeHypothesisScoresKernel<256><<<grid, threads>>>(
|
/external/valgrind/coregrind/ |
pub_core_threadstate.h | 36 // VG_(threads)[] data structure which holds all the important thread 348 threads block the signal, it will remain pending until either a 391 disabling error reporting in threads. When zero, reporting is 394 threads are always created with this as zero (errors 412 /* A statically allocated array of threads. NOTE: [0] is 415 extern ThreadState *VG_(threads); 447 /* Return the number of non-dead Threads */ 450 /* Return the number of threads in VgTs_Runnable state */
|