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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 53 these values across threads, as they apply only to the thread they
113 local. They are shared across threads:
231 threads = threading._enumerate()
233 # If enumerating the current threads fails, as it seems to do
238 for thread in threads:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 53 these values across threads, as they apply only to the thread they
113 local. They are shared across threads:
231 threads = threading._enumerate()
233 # If enumerating the current threads fails, as it seems to do
238 for thread in threads:
  /system/core/debuggerd/client/
debuggerd_client_test.cpp 46 // Spawn a bunch of threads, to make crash_dump take longer.
47 std::vector<std::thread> threads; local
49 threads.emplace_back([]() {
67 // Wait for a bit to let the child spawn all of its threads.
  /art/runtime/
thread_android.cc 25 #include <utils/threads.h>
60 // processes, where all threads are in the SP_BACKGROUND cgroup. This means that callers will
thread_linux.cc 60 VLOG(threads) << "Alternate signal stack is " << PrettySize(ss.ss_size) << " at " << ss.ss_sp;
  /art/test/924-threads/
threads.cc 112 jthread* threads; local
114 jvmtiError result = jvmti_env->GetAllThreads(&thread_count, &threads);
120 return threads[index];
124 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(threads));
  /art/test/952-invoke-custom/generator/
TestInvokeCustomWithConcurrentThreads.java 55 // Synchronization barrier all threads will wait on in the bootstrap method.
102 // Wait for all threads to be in this method.
118 // Run threads that each invoke-custom the call site
119 Thread [] threads = new Thread[NUMBER_OF_THREADS]; local
121 threads[i] = new TestInvokeCustomWithConcurrentThreads();
122 threads[i].start();
125 // Wait for all threads to complete
127 threads[i].join();
146 System.out.println("Threads did not the same call-sites:");
  /cts/suite/audio_quality/test/
AudioLocalTest.cpp 19 #include <utils/threads.h>
  /device/asus/fugu/libaudio/
AudioHardwareInput.h 24 #include <utils/threads.h>
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 111 Vector<ReportThread*> threads; member in class:__tsan::ReportDesc
  /external/fio/
gettime-thread.c 57 while (threads) {
  /external/google-breakpad/src/google_breakpad/processor/
process_state.h 106 const vector<CallStack*>* threads() const { return &threads_; } function in class:google_breakpad::ProcessState
154 // threads vector. If a dump was produced as a result of a crash, this
  /external/guice/core/test/com/google/inject/
PerformanceComparison.java 180 Thread[] threads = new Thread[threadCount]; local
183 threads[i] = new Thread() {
201 threads[i].start();
206 threads[i].join();
  /external/libunwind/src/coredump/
_UCD_internal.h 95 struct PRSTATUS_STRUCT **threads; member in struct:UCD_info
  /external/libvpx/libvpx/vpx/
svc_context.h 42 int threads; member in struct:__anon24624
vpx_decoder.h 108 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member in struct:vpx_codec_dec_cfg
  /external/mockito/src/test/java/org/concurrentmockito/
ThreadsRunAllTestsHalfManualTest.java 151 List<AllTestsRunner> threads = new LinkedList<AllTestsRunner>(); local
153 threads.add(new AllTestsRunner());
156 for (Thread t : threads) {
161 for (AllTestsRunner t : threads) {
175 System.out.println("Finished tests in " + numberOfThreads + " threads in " + executionTime + " seconds. (" + failed.size() + " tests failed)");
  /external/skia/tools/flags/
SkCommonFlags.cpp 54 DEFINE_int32_2(threads, j, -1, "Run threadsafe tests on a threadpool with this many extra threads, "
  /external/valgrind/drd/tests/
bar_bad.stderr.exp 18 initialise a barrier which has threads waiting on it
27 destroy a barrier that has waiting threads
  /frameworks/av/include/radio/
Radio.h 21 #include <utils/threads.h>
  /frameworks/av/include/soundtrigger/
SoundTrigger.h 21 #include <utils/threads.h>
  /frameworks/av/media/common_time/
local_clock.cpp 27 #include <utils/threads.h>
  /frameworks/av/media/libmedia/include/media/
Crypto.h 22 #include <utils/threads.h>
DrmSessionManager.h 24 #include <utils/threads.h>
mediametadataretriever.h 22 #include <utils/threads.h>

Completed in 1536 milliseconds

<<21222324252627282930>>