Home
last modified time | relevance | path

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

123456

/external/valgrind/coregrind/m_scheduler/
Dscheduler.c240 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local
241 VG_(threads)[i].status = VgTs_Init; in VG_() local
242 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local
243 if (VG_(threads)[i].thread_name) in VG_() local
245 VG_(threads)[i].thread_name = NULL; in VG_() local
399 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local
514 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local
518 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local
526 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local
527 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dthread_map.c24 struct thread_map *threads; in thread_map__new_by_pid() local
51 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid() local
67 struct thread_map *threads = malloc(sizeof(*threads) + in thread_map__new_by_uid() local
159 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
220 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
282 void thread_map__delete(struct thread_map *threads) in thread_map__delete()
287 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf()
Dthread_map.h24 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java72 int threads = reply.getNextValueAsInt(); in testAllThreads003() local
131 int threads = reply.getNextValueAsInt(); in testAllThreads002() local
202 int threads = reply.getNextValueAsInt(); in testAllThreads001() local
DSuspendTest.java70 int threads = reply.getNextValueAsInt(); in testSuspend001() local
/external/jetty/src/java/org/eclipse/jetty/util/thread/
DThreadPool.java64 public void setMinThreads(int threads); in setMinThreads()
65 public void setMaxThreads(int threads); in setMaxThreads()
DQueuedThreadPool.java105 int threads=_threadsStarted.get(); in doStart() local
223 int threads=_threadsStarted.get(); in setMinThreads() local
364 int threads=_threadsStarted.get(); in dispatch() local
426 private boolean startThread(int threads) in startThread()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DThreadTest.java21 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
73 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() 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/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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java223 private void runThreads(Thread[] threads, Control control) { in runThreads()
255 Thread[] threads = new Thread[10]; in testThreads() local
279 Thread[] threads = new Thread[10]; in testFrozen() local
/external/valgrind/helgrind/tests/
Dtls_threads.c59 pthread_t threads[NLEVEL2]; in level1() local
81 pthread_t threads[NLEVEL1]; in main() local
/external/v8/test/cctest/
Dtest-lockers.cc194 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads()
214 i::List<JoinableThread*> threads(kNThreads); in TEST() local
252 i::List<JoinableThread*> threads(kNThreads); in TEST() local
292 i::List<JoinableThread*> threads(kNThreads); in TEST() local
335 i::List<JoinableThread*> threads(kNThreads); in TEST() local
410 i::List<JoinableThread*> threads(kNThreads); in TEST() local
464 i::List<JoinableThread*> threads(kNThreads); in TEST() local
588 i::List<JoinableThread*> threads(kNThreads); in TEST() local
646 i::List<JoinableThread*> threads(kNThreads); in TEST() local
739 i::List<JoinableThread*> threads(kNThreads); in TEST() 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/valgrind/coregrind/
Dm_threadstate.c113 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local
161 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
Dpub_core_gdbserver.h197 Addr32 threads; member
216 Addr64 threads; member
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/
DThreadPool-mbean.properties2 threads: RO:Number of Threads in pool key
/external/linux-tools-perf/src/tools/perf/tests/
Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event() local
/external/valgrind/drd/tests/
Dconcurrent_close.cpp32 pthread_t threads[THREAD_COUNT]; in main() local
/external/conscrypt/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java35 Thread[] threads = new Thread[10]; in testMaxSize() local
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c45 static pipe_thread threads[NUM_THREADS]; variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DNameTest.java59 int threads = reply.getNextValueAsInt(); in testName001() local
DThreadGroupTest.java63 int threads = reply.getNextValueAsInt(); in testThreadGroup001() local
/external/valgrind/callgrind/tests/
DMakefile.am24 check_PROGRAMS = clreq simwork threads program
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java50 @Param({"1", "2", "4", "8"}) int threads; field in ConcurrentHashMultisetBenchmark

123456