/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/ |
kernel_stat.h | 17 #include <linux/threads.h>
|
/system/core/debuggerd/libdebuggerd/include/ |
backtrace.h | 34 const std::map<pid_t, std::string>& threads, std::string* amfd_data);
|
/system/core/libmemunreachable/ |
ThreadCapture.h | 44 bool CapturedThreadInfo(ThreadInfoList& threads);
|
/system/libhwbinder/include/hwbinder/ |
BufferedTextOutput.h | 21 #include <utils/threads.h>
|
/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:__anon35809 216 Addr64 threads; member in struct:__anon35810
|
/dalvik/dx/tests/129-numthread-deterministic/ |
run | 49 dx -JXmx4g -JXms4g --dex --no-optimize --num-threads=4 --output=out-multi classes
|
/dalvik/dx/tests/130-numthread-multidex-deterministic/ |
run | 49 dx -JXmx4g -JXms4g --dex --no-optimize --multi-dex --num-threads=4 --output=out-multi classes
|
/device/google/marlin/camera/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 | 60 int threads = reply.getNextValueAsInt(); local 61 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/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 35 DecodePerfTest takes a tuple of filename + number of threads to decode with 76 const unsigned threads = GET_PARAM(THREADS); local 82 cfg.threads = threads; 101 printf("\t\"threadCount\" : %u,\n", threads); 225 const uint32_t threads = 4; local 231 cfg.threads = threads; [all...] |
/external/ltp/testcases/kernel/controllers/io-throttle/ |
iobw.c | 46 const char usage[] = "Usage: iobw [-direct] threads chunk_size data_size\n"; 67 static int threads; variable 172 for (i = 0; i < threads; i++) 176 for (i = 0; i < threads; i++) { 226 if ((threads = atoi(argv[1])) == 0) { 249 children = malloc(sizeof(pid_t) * threads); 265 for (i = 0; i < threads; i++) 267 for (i = 0; i < threads; i++) { 276 print_results(0, NUM_IOPS, data_size * threads * NUM_IOPS, &diff);
|
/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
|
/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...] |