Home
last modified time | relevance | path

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

12345678

/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/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
DSuspendTest.java71 int threads = reply.getNextValueAsInt(); in testSuspend001() 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/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/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/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/
Dm_threadstate.c109 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local
157 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() 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/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c45 static pipe_thread threads[NUM_THREADS]; variable
/external/valgrind/callgrind/tests/
DMakefile.am24 check_PROGRAMS = clreq simwork threads program
/external/ltp/lib/newlib_tests/
Dtest09.c42 pthread_t threads[THREADS]; in do_test() local

12345678