/art/runtime/ |
thread_list.cc | 60 // Whether we should try to dump the native stack of unattached threads. See commit ed8b723 for 76 // Detach the current thread if necessary. If we failed to start, there might not be any threads. 89 // Disable GC and wait for GC to complete in case there are still daemon threads doing 226 // A backtrace map, so that all threads use a shared info and don't reacquire/parse separately. 235 os << "DALVIK THREADS (" << list_.size() << "):\n"; 240 // Use SOA to prevent deadlocks if multiple threads are calling Dump() at the same time. 275 // Unlike suspending all threads where we can wait to acquire the mutator_lock_, suspending an 295 // Call a checkpoint function for each thread, threads which are suspend get their checkpoint 322 // Run the checkpoint on ourself while we wait for threads to suspend. 325 // Run the checkpoint on the suspended threads [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
trace_event_importer_unittest.py | 45 self.assertEqual(1, len(p.threads)) 46 t = p.threads[53] 93 t = processes[0].threads[1] 114 self.assertEqual(1, len(p.threads)) 115 t = p.threads[53] 135 t = m.GetAllProcesses()[0].threads[1] 176 t1 = p.threads[1] 186 t2 = p.threads[2] 205 t = p.threads[1] 228 t = m.GetAllProcesses()[0].threads[1 [all...] |
/external/regex-re2/re2/testing/ |
dfa_test.cc | 17 DEFINE_int32(threads, 4, "number of threads"); 58 // Build the DFA simultaneously in a bunch of threads. 65 vector<BuildThread*> threads; local 69 threads.push_back(t); 72 threads[j]->Start(); 74 threads[j]->Join(); 75 delete threads[j]; 285 // Run the search simultaneously in a bunch of threads. 292 vector<SearchThread*> threads; local [all...] |
/external/valgrind/coregrind/ |
m_machine.c | 49 return INSTR_PTR( VG_(threads)[tid].arch ); 52 return STACK_PTR( VG_(threads)[tid].arch ); 55 return FRAME_PTR( VG_(threads)[tid].arch ); 59 INSTR_PTR( VG_(threads)[tid].arch ) = ip; 62 STACK_PTR( VG_(threads)[tid].arch ) = sp; 69 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_EIP; 70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP; 72 = VG_(threads)[tid].arch.vex.guest_EBP; 74 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP; 75 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP [all...] |
pub_core_gdbserver.h | 195 // address of VG_(threads) and various sizes 197 Addr32 threads; member in struct:__anon25315 216 Addr64 threads; member in struct:__anon25316
|
/dalvik/dx/tests/129-numthread-deterministic/ |
run | 46 dx -JXmx4g -JXms4g --dex --no-optimize --num-threads=4 --output=out-multi classes
|
/dalvik/dx/tests/130-numthread-multidex-deterministic/ |
run | 46 dx -JXmx4g -JXms4g --dex --no-optimize --multi-dex --num-threads=4 --output=out-multi classes
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/ |
QCameraUsbParm.h | 33 #include <utils/threads.h> 37 #include <utils/threads.h>
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
NameTest.java | 59 int threads = reply.getNextValueAsInt(); local 60 for (int i = 0 ;i < threads; i++) {
|
/external/autotest/client/tests/ddtest/ |
ddtest.py | 26 def run_once(self, dir=None, blocksize=1024, blocknum=262144, threads=20): 34 args += ' -t %d' % threads
|
/external/clang/test/OpenMP/ |
ordered_codegen.cpp | 95 #pragma omp ordered threads 200 #pragma omp ordered threads
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 135 threads[th]->start(QThread::LowPriority); 138 threads[th]->wait(); 139 total_iter += threads[th]->total_iter; 147 std::cout << threadcount << " threads, " 150 int packetSize = threads[0]->single_precision 154 +QString(", %1 iterations per pixel, ").arg(threads[0]->max_iter) 155 +(threads[0]->single_precision ? QString("single ") : QString("double ")) 183 threads[th]->terminate(); 200 threads[th]->terminate();
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_dumper_unittest_helper.cc | 31 // threads. The first word of each thread's stack is set to the thread 76 "usage: linux_dumper_unittest_helper <pipe fd> <# of threads>\n"); 82 fprintf(stderr, "ERROR: number of threads is 0"); 85 google_breakpad::scoped_array<pthread_t> threads(new pthread_t[num_threads]); 90 pthread_create(&threads[i], &thread_attributes, &thread_function, &pipefd);
|
/external/libvpx/libvpx/test/ |
decode_perf_test.cc | 29 #define THREADS 1 36 DecodePerfTest takes a tuple of filename + number of threads to decode with 78 const unsigned threads = GET_PARAM(THREADS); local 84 cfg.threads = threads; 104 printf("\t\"threadCount\" : %u,\n", threads); 237 const uint32_t threads = 4; local 243 cfg.threads = threads; [all...] |
/external/opencv3/modules/videostab/src/cuda/ |
global_motion.cu | 104 dim3 threads(32, 8); 105 dim3 grid(divUp(width, threads.x), divUp(height, threads.y)); 107 calcWobbleSuppressionMapsKernel<<<grid, threads>>>(
|
/external/v8/build/android/pylib/base/ |
test_dispatcher.py | 184 threads = [ 191 workers = reraiser_thread.ReraiserThreadGroup(threads) 236 threads = reraiser_thread.ReraiserThreadGroup( 241 threads.StartAll() 242 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout)) 253 threads = reraiser_thread.ReraiserThreadGroup( 256 threads.StartAll() 257 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
|
/external/valgrind/none/tests/amd64-solaris/ |
coredump_single_thread_sse.post.exp | 4 threading model: native threads
|
/external/valgrind/none/tests/x86-solaris/ |
coredump_single_thread_sse.post.exp | 4 threading model: native threads
|
/hardware/qcom/camera/msmcobalt/usbcamcore/inc/ |
QCameraUsbParm.h | 33 #include <utils/threads.h> 37 #include <utils/threads.h>
|
/hardware/qcom/camera/usbcamcore/inc/ |
QCameraUsbParm.h | 33 #include <utils/threads.h> 37 #include <utils/threads.h>
|
/system/extras/simpleperf/ |
event_selection_set.h | 73 bool OpenEventFilesForThreadsOnCpus(const std::vector<pid_t>& threads, std::vector<int> cpus); 85 bool OpenEventFiles(const std::vector<pid_t>& threads, const std::vector<int>& cpus);
|
/external/fio/t/ |
dedupe.c | 334 static void show_progress(struct worker_thread *threads, unsigned long total) 350 nitems += threads[i].items; 351 some_done = threads[i].done; 379 struct worker_thread *threads; local 388 threads = malloc(num_threads * sizeof(struct worker_thread)); 390 memset(&threads[i], 0, sizeof(struct worker_thread)); 391 threads[i].fd = f->fd; 393 err = pthread_create(&threads[i].thread, NULL, thread_fn, &threads[i]); 400 show_progress(threads, total_items) [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
QueuedThreadPool.java | 105 int threads=_threadsStarted.get(); local 106 while (isRunning() && threads<_minThreads) 108 startThread(threads); 109 threads=_threadsStarted.get(); 131 // interrupt remaining threads 136 // wait for remaining threads to die 145 LOG.warn(size+" threads could not be stopped"); 177 * Threads that are idle for longer than this period may be 190 * @param stopTimeMs maximum total time that stop() will wait for threads to die. 198 /** Set the maximum number of threads 223 int threads=_threadsStarted.get(); local 364 int threads=_threadsStarted.get(); local [all...] |
/external/valgrind/coregrind/m_scheduler/ |
scheduler.c | 38 There are no extra threads. 166 * Mutual exclusion object used to serialize threads. 242 if (VG_(threads)[i].status == VgTs_Empty) { 243 VG_(threads)[i].status = VgTs_Init; 244 VG_(threads)[i].exitreason = VgSrc_None; 245 if (VG_(threads)[i].thread_name) 246 VG_(free)(VG_(threads)[i].thread_name); 247 VG_(threads)[i].thread_name = NULL; 251 VG_(printf)("Use --max-threads=INT to specify a larger number of threads\n [all...] |
/external/opencv3/modules/cudaimgproc/src/cuda/ |
match_template.cu | 113 const dim3 threads(32, 8); 114 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); 116 matchTemplateNaiveKernel_CCORR<T, cn><<<grid, threads, 0, stream>>>(templ.cols, templ.rows, image, templ, result); 183 const dim3 threads(32, 8); 184 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); 186 matchTemplateNaiveKernel_SQDIFF<T, cn><<<grid, threads, 0, stream>>>(templ.cols, templ.rows, image, templ, result); 239 const dim3 threads(32, 8); 240 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)) [all...] |