HomeSort by relevance Sort by last modified time
    Searched full:threads (Results 101 - 125 of 4890) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/ndk/platforms/android-3/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /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/compiler-rt/lib/tsan/benchmarks/
start_many_threads.cc 1 // Mini-benchmark for creating a lot of threads.
4 // a) clang -O1 takes <15ms to start N=500 threads,
6 // b) clang -O1 -ftsan takes ~26s to start N=500 threads,
8 // but then it consumes ~4GB of extra memory when the threads shut down!
  /external/eigen/doc/
TopicMultithreading.dox 17 Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by calling \code setNbThreads(0); \endcode
18 You can query the number of threads that will be used with:
30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then you have to initialize Eigen by calling the following routine \b before creating the threads:
  /external/kernel-headers/original/asm-x86/
hardirq_32.h 4 #include <linux/threads.h>
  /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]);
  /external/qemu/distrib/sdl-1.2.15/test/
torturethread.c 61 SDL_Thread *threads[NUMTHREADS]; local
73 threads[i] = SDL_CreateThread(ThreadFunc, (void *)(uintptr_t)i);
75 if ( threads[i] == NULL ) {
87 SDL_WaitThread(threads[i], NULL);
  /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/valgrind/main/drd/tests/
filter_thread_no 4 # -- those where there are multiple threads which play interchangeable roles.
  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stdinB.gdb 13 info threads
31 # Threads are burning cpu now
32 # We would like to test info threads here, but which thread are Runnable or Yielding
34 # info threads
  /external/valgrind/main/none/tests/
tls.c 90 pthread_t threads[NTESTS*2]; local
96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
101 pthread_join(threads[i], NULL);
  /packages/apps/Mms/tests/src/com/android/mms/util/
VerifyRecipientUnitTests.java 20 import android.provider.Telephony.Threads;
43 mThreadId1 = Threads.getOrCreateThreadId(context, "232-4567");
44 mThreadId2 = Threads.getOrCreateThreadId(context, "flintstone_fred@goofball.org");
45 mThreadId3 = Threads.getOrCreateThreadId(context, "(801) 123-4567");
  /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>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
percpu_counter.h 17 #include <linux/threads.h>

Completed in 435 milliseconds

1 2 3 45 6 7 8 91011>>