Home
last modified time | relevance | path

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

1234567

/external/valgrind/main/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
402 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local
517 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local
521 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local
529 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local
530 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local
[all …]
/external/linux-tools-perf/perf-3.12.0/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/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_socket_manager_unittest.cc28 uint8_t threads = 1; in TEST() local
40 uint8_t threads = 1; in TEST() local
Dudp_socket_wrapper_unittest.cc54 uint8_t threads = 1; in TEST() 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/chromium_org/third_party/webrtc/base/
Dcriticalsection_unittest.cc98 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads()
125 ScopedPtrCollection<Thread> threads; in TEST() local
137 ScopedPtrCollection<Thread> threads; in TEST() local
/external/chromium_org/third_party/libjingle/source/talk/base/
Dcriticalsection_unittest.cc115 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads()
142 ScopedPtrCollection<Thread> threads; in TEST() local
154 ScopedPtrCollection<Thread> threads; in TEST() 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/main/coregrind/
Dm_threadstate.c104 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local
152 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
Dpub_core_gdbserver.h184 Addr32 threads; member
202 Addr64 threads; member
/external/chromium_org/mojo/system/
Dsimple_dispatcher_unittest.cc394 ScopedVector<test::WaiterThread> threads; in TEST() local
419 ScopedVector<test::WaiterThread> threads; in TEST() local
460 ScopedVector<test::WaiterThread> threads; in TEST() local
502 ScopedVector<test::WaiterThread> threads; 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/chromium_org/v8/test/cctest/
Dtest-lockers.cc195 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads()
215 i::List<JoinableThread*> threads(kNThreads); in TEST() local
253 i::List<JoinableThread*> threads(kNThreads); in TEST() local
293 i::List<JoinableThread*> threads(kNThreads); in TEST() local
336 i::List<JoinableThread*> threads(kNThreads); in TEST() local
411 i::List<JoinableThread*> threads(kNThreads); in TEST() local
465 i::List<JoinableThread*> threads(kNThreads); in TEST() local
589 i::List<JoinableThread*> threads(kNThreads); in TEST() local
647 i::List<JoinableThread*> threads(kNThreads); in TEST() local
738 i::List<JoinableThread*> threads(kNThreads); in TEST() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event() local
Dopen-syscall-all-cpus.c14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event_on_all_cpus() local
/external/conscrypt/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java35 Thread[] threads = new Thread[10]; in testMaxSize() local
/external/valgrind/main/drd/tests/
Dconcurrent_close.cpp32 pthread_t threads[THREAD_COUNT]; in main() local
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c45 static pipe_thread threads[NUM_THREADS]; variable
/external/chromium_org/third_party/mesa/src/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
/external/valgrind/main/callgrind/tests/
DMakefile.am24 check_PROGRAMS = clreq simwork threads program
/external/valgrind/main/none/tests/
Dpth_once.c57 pthread_t threads[NUM_THREADS]; in main() local

1234567