Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 216) sorted by relevance

123456789

/external/valgrind/coregrind/m_scheduler/
Dscheduler.c242 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local
243 VG_(threads)[i].status = VgTs_Init; in VG_() local
244 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local
245 if (VG_(threads)[i].thread_name) in VG_() local
247 VG_(threads)[i].thread_name = NULL; in VG_() local
401 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local
533 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local
537 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local
545 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local
546 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local
[all …]
/external/r8/src/main/java/com/android/tools/r8/utils/
DThreadUtils.java28 public static ExecutorService getExecutorService(int threads) { in getExecutorService()
39 int threads = Integer.min(Runtime.getRuntime().availableProcessors(), 16) / 2; in getExecutorService() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java73 int threads = reply.getNextValueAsInt(); in testAllThreads003() local
132 int threads = reply.getNextValueAsInt(); in testAllThreads002() local
203 int threads = reply.getNextValueAsInt(); in testAllThreads001() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DThreadTest.java23 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
81 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DThreadTest.java22 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
80 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_unittest.cc28 uint8_t threads = 1; in TEST() local
40 uint8_t threads = 1; in TEST() local
/external/elfutils/tests/
Ddwfl-proc-attach.c66 int *threads = (int *) thread_arg; in thread_callback() local
96 int threads = 0; in main() local
/external/webrtc/webrtc/base/
Dcriticalsection_unittest.cc199 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads()
248 ScopedPtrCollection<Thread> threads; in TEST() local
261 ScopedPtrCollection<Thread> threads; in TEST() local
273 ScopedPtrCollection<Thread> threads; in TEST() local
285 ScopedPtrCollection<Thread> threads; in TEST() local
297 ScopedPtrCollection<Thread> threads; in TEST() local
/external/mockito/src/test/java/org/mockitousage/bugs/
DShouldNotDeadlockAnswerExecutionTest.java24 ExecutorService threads = Executors.newCachedThreadPool(); in failIfMockIsSharedBetweenThreads() local
50 ExecutorService threads = Executors.newCachedThreadPool(); in successIfEveryThreadHasItsOwnMock() local
/external/eigen/demos/mandelbrot/
Dmandelbrot.h45 MandelbrotThread **threads; variable
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
/external/valgrind/helgrind/tests/
Dtls_threads.c59 pthread_t threads[NLEVEL2]; in level1() local
81 pthread_t threads[NLEVEL1]; in main() local
/external/valgrind/coregrind/
Dm_main.c2095 VG_(threads)[tid].status = VgTs_Empty; in shutdown_actions_NORETURN() local
2285 VG_(threads)[tid].arch.vex.guest_GPR2 = r2; in final_tidyup() local
2288 VG_(threads)[tid].arch.vex.guest_GPR2 = freeres_wrapper; in final_tidyup() local
2289 VG_(threads)[tid].arch.vex.guest_GPR12 = freeres_wrapper; in final_tidyup() local
2293 VG_(threads)[tid].arch.vex.guest_r25 = freeres_wrapper; in final_tidyup() local
2302 VG_(threads)[tid].arch.vex.guest_ESP = sp; in final_tidyup() local
2307 VG_(threads)[tid].arch.vex.guest_RDI = to_run; in final_tidyup() local
2312 VG_(threads)[tid].arch.vex.guest_R0 = to_run; in final_tidyup() local
2317 VG_(threads)[tid].arch.vex.guest_X0 = to_run; in final_tidyup() local
2322 VG_(threads)[tid].arch.vex.guest_r4 = to_run; in final_tidyup() local
[all …]
Dm_threadstate.c112 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local
160 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java221 private void runThreads(Thread[] threads, Control control) { in runThreads()
254 Thread[] threads = new Thread[10]; in testThreads() local
279 Thread[] threads = new Thread[10]; in testFrozen() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java222 private void runThreads(Thread[] threads, Control control) { in runThreads()
255 Thread[] threads = new Thread[10]; in testThreads() local
280 Thread[] threads = new Thread[10]; in testFrozen() local
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc99 pthread_t threads[kThreads]; in TEST() local
109 pthread_t threads[kThreads]; in TEST() local
119 pthread_t threads[kThreads]; in TEST() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-mips64-linux.c204 VG_(threads)[tid].arch.vex.guest_ULR = tlsptr; in sys_set_tls() local
481 if (VG_(threads)[t].status != VgTs_Empty) { in PRE() local
483 VG_(threads)[t].arch.vex.guest_CP0_status |= in PRE() local
486 VG_(threads)[t].arch.vex.guest_CP0_status &= in PRE() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc107 pthread_t threads[kThreads]; in TEST() local
118 pthread_t threads[kThreads]; in TEST() local
129 pthread_t threads[kThreads]; in TEST() local
/external/eigen/bench/tensors/
Dcontraction_benchmarks_cpu.cc7 #define CREATE_THREAD_POOL(threads) \ argument
/external/skia/src/core/
DSkExecutor.cpp52 explicit SkThreadPool(int threads) { in SkThreadPool()
122 std::unique_ptr<SkExecutor> SkExecutor::MakeThreadPool(int threads) { in MakeThreadPool()
/external/mockito/src/test/java/org/mockitoutil/
DConcurrentTesting.java25 List<Thread> threads = new LinkedList<Thread>(); in concurrently() local
/external/valgrind/drd/tests/
Dconcurrent_close.cpp32 pthread_t threads[THREAD_COUNT]; in main() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java35 Thread[] threads = new Thread[10]; in testMaxSize() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DNameTest.java60 int threads = reply.getNextValueAsInt(); in testName001() local
/external/valgrind/callgrind/tests/
DMakefile.am24 check_PROGRAMS = clreq simwork threads program

123456789