HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 1 - 25 of 998) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/linux-tools-perf/util/
thread_map.c 17 struct thread_map *threads; local
28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items);
29 if (threads != NULL) {
31 threads->map[i] = atoi(namelist[i]->d_name);
32 threads->nr = items;
39 return threads;
44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); local
46 if (threads != NULL)
    [all...]
  /external/valgrind/main/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
  /external/chromium_org/v8/test/cctest/
test-condition-variable.cc 80 ThreadWithMutexAndConditionVariable threads[kThreadCount]; local
83 LockGuard<Mutex> lock_guard(&threads[n].mutex_);
84 CHECK(!threads[n].running_);
85 CHECK(!threads[n].finished_);
86 threads[n].Start();
88 while (!threads[n].running_) {
89 threads[n].cv_.Wait(&threads[n].mutex_);
94 LockGuard<Mutex> lock_guard(&threads[n].mutex_);
95 CHECK(threads[n].running_)
154 ThreadWithSharedMutexAndConditionVariable threads[kThreadCount]; local
284 Thread** threads = new Thread*[thread_count]; local
    [all...]
  /art/test/ParallelGC/
ParallelGC.java 22 Thread[] threads = new Thread[16]; local
23 for (int i = 0; i < threads.length; i++) {
24 threads[i] = new Thread(new ParallelGC(i));
26 for (Thread thread : threads) {
29 for (Thread thread : threads) {
  /bionic/libc/kernel/arch-mips/asm/
hardirq.h 21 #include <linux/threads.h>
  /development/ndk/platforms/android-9/arch-mips/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /external/valgrind/main/coregrind/
m_threadstate.c 47 ThreadState VG_(threads)[VG_N_THREADS] __attribute__((aligned(16)));
59 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status,
60 sizeof(VG_(threads)[tid].status), ""));
62 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
63 sizeof(VG_(threads)[tid].os_state.exitcode),
84 vg_assert(VG_(threads)[tid].tid == tid);
85 return &VG_(threads)[tid];
93 if (VG_(threads)[tid].status == VgTs_Empty) return False;
117 return VG_(threads)[tid].exitreason != VgSrc_None;
120 /* Return the number of non-dead Threads */
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 50 pthread_t threads[kAlive] = {}; local
52 if (threads[i % kAlive])
53 pthread_join(threads[i % kAlive], 0);
54 pthread_create(&threads[i % kAlive], 0, thread_alot_func, 0);
57 pthread_join(threads[i], 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
pipe_barrier_test.c 32 * The test succeeds if no thread exits before all the other threads reach
45 static pipe_thread threads[NUM_THREADS]; variable
74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
78 pipe_thread_wait(threads[i]);
  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 32 * The test succeeds if no thread exits before all the other threads reach
45 static pipe_thread threads[NUM_THREADS]; variable
74 threads[i] = pipe_thread_create(thread_function, (void *) &thread_ids[i]);
78 pipe_thread_wait(threads[i]);
  /bionic/libc/kernel/common/linux/
percpu_counter.h 24 #include <linux/threads.h>
  /development/ndk/platforms/android-3/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /external/kernel-headers/original/asm-mips/
hardirq.h 13 #include <linux/threads.h>
  /external/linux-tools-perf/python/
twatch.py 20 threads = perf.thread_map()
25 evsel.open(cpus = cpus, threads = threads);
26 evlist = perf.evlist(cpus, threads)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>

Completed in 926 milliseconds

1 2 3 4 5 6 7 8 91011>>