HomeSort by relevance Sort by last modified time
    Searched defs:Threads (Results 1 - 25 of 52) sorted by null

1 2 3

  /art/test/1934-jvmti-signal-thread/src/art/
Threads.java 19 public class Threads {
Test1934.java 63 Threads.stopThread(target, new Error("AWESOME"));
82 Threads.interruptThread(target);
113 Threads.stopThread(target, new Error("AWESOME"));
140 Threads.interruptThread(target);
169 () -> { Threads.stopThread(target, new Error("AWESOME")); });
209 Threads.stopThread(target, new Error("AWESOME!"));
232 Threads.interruptThread(target);
248 Threads.stopThread(target, new Error("AWESOME!"));
265 Threads.interruptThread(target);
  /cts/libs/vogar-expect/src/vogar/util/
Threads.java 26 * Utility methods for working with threads.
28 public final class Threads {
29 private Threads() {}
  /external/vogar/src/vogar/util/
Threads.java 27 * Utility methods for working with threads.
29 public final class Threads {
30 private Threads() {}
  /system/extras/memory_replay/
Threads.cpp 31 #include "Threads.h"
48 Threads::Threads(Pointers* pointers, size_t max_threads)
56 err(1, "Failed to map in memory for Threads: map size %zu, max threads %zu\n",
68 Threads::~Threads() {
76 Thread* Threads::CreateThread(pid_t tid) {
78 err(1, "Too many threads created, current max %zu.\n", num_threads_);
82 err(1, "No empty entries found, current max %zu, num threads %zu\n"
    [all...]
Threads.h 26 class Threads {
28 Threads(Pointers* pointers, size_t max_threads);
29 virtual ~Threads();
  /external/llvm/include/llvm/Support/
ThreadPool.h 47 /// threads.
49 /// The pool keeps a vector of threads alive, waiting on a condition variable
69 /// Construct a pool of \p ThreadCount threads
72 /// Blocking destructor: the pool will wait for all the threads to complete.
104 /// Blocking wait for all the threads to complete and the queue to be empty.
113 /// Threads in flight
114 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
54 /// Construct a pool of \p ThreadCount threads
57 /// Blocking destructor: the pool will wait for all the threads to complete.
89 /// Blocking wait for all the threads to complete and the queue to be empty.
98 /// Threads in flight
99 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
54 /// Construct a pool of \p ThreadCount threads
57 /// Blocking destructor: the pool will wait for all the threads to complete.
89 /// Blocking wait for all the threads to complete and the queue to be empty.
98 /// Threads in flight
99 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
41 /// Construct a pool with the number of threads found by
45 /// Construct a pool of \p ThreadCount threads
48 /// Blocking destructor: the pool will wait for all the threads to complete.
67 /// Blocking wait for all the threads to complete and the queue to be empty.
76 /// Threads in flight
77 std::vector<llvm::thread> Threads;
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSmsUtils.java 134 * Helper functions for the "threads" table used by MMS and SMS.
136 public static final class Threads implements android.provider.Telephony.ThreadsColumns {
144 private Threads() {
  /external/google-benchmark/src/
benchmark_register.cc 162 instance.threads = num_threads;
194 // Add the number of threads used to the name
196 instance.name += StringPrintF("/threads:%d", instance.threads);
422 Benchmark* Benchmark::Threads(int t) {
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 162 instance.threads = num_threads;
194 // Add the number of threads used to the name
196 instance.name += StringPrintF("/threads:%d", instance.threads);
422 Benchmark* Benchmark::Threads(int t) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_register.cc 152 instance.threads = num_threads;
184 // Add the number of threads used to the name
186 instance.name += StringPrintF("/threads:%d", instance.threads);
402 Benchmark* Benchmark::Threads(int t) {

Completed in 282 milliseconds

1 2 3