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

1 2 3 4 5 6 7 8 91011>>

  /system/extras/memory_replay/tests/
ThreadsTest.cpp 22 #include "Threads.h"
27 Threads threads(&pointers, 1);
28 Thread* thread = threads.CreateThread(900);
30 ASSERT_EQ(1U, threads.num_threads());
32 Thread* found_thread = threads.FindThread(900);
39 threads.Finish(thread);
41 ASSERT_EQ(0U, threads.num_threads());
47 Threads threads(&pointers, 1)
    [all...]
  /art/test/149-suspend-all-stress/src/
Main.java 24 final Thread[] threads = new Thread[numberOfThreads]; local
25 for (int t = 0; t < threads.length; t++) {
26 threads[t] = new Thread(new Main());
27 threads[t].start();
29 for (Thread t : threads) {
  /external/valgrind/drd/tests/
linuxthreads_det.stdout.exp 1 NPTL or non-Linux POSIX threads implementation detected.
  /external/libcxx/test/libcxx/atomics/
libcpp-has-no-threads.pass.cpp 9 // XFAIL: libcpp-has-no-threads
13 'libcpp-has-no-threads' is available iff _LIBCPP_HAS_NO_THREADS is defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/atomics/
libcpp-has-no-threads.pass.cpp 9 // XFAIL: libcpp-has-no-threads
13 'libcpp-has-no-threads' is available iff _LIBCPP_HAS_NO_THREADS is defined
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_unittest.cc 28 uint8_t threads = 1; local
29 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
31 EXPECT_FALSE(mgr->Init(id, threads))
40 uint8_t threads = 1; local
41 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
65 uint8_t threads = 1;
66 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
  /art/test/304-method-tracing/src/
Main.java 31 ArrayList<Thread> threads = new ArrayList<Thread>(); local
33 threads.add(new Thread(new ThreadRunnable(), "TestThread-" + i));
36 for (Thread t : threads) {
40 for (Thread t : threads) {
  /development/ndk/platforms/android-9/arch-mips/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /external/valgrind/coregrind/
m_threadstate.c 47 ThreadState *VG_(threads);
58 VG_(threads) = VG_(arena_memalign) (VG_AR_CORE, "init_Threads",
60 VG_N_THREADS * sizeof VG_(threads)[0]);
64 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status,
65 sizeof(VG_(threads)[tid].status), ""));
67 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
68 sizeof(VG_(threads)[tid].os_state.exitcode),
100 vg_assert(VG_(threads)[tid].tid == tid);
101 return &VG_(threads)[tid];
109 if (VG_(threads)[tid].status == VgTs_Empty) return False
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
hardirq.h 21 #include <linux/threads.h>

Completed in 1009 milliseconds

1 2 3 4 5 6 7 8 91011>>