/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 233 if (VG_(threads)[i].status == VgTs_Empty) { in VG_() local 234 VG_(threads)[i].status = VgTs_Init; in VG_() local 235 VG_(threads)[i].exitreason = VgSrc_None; in VG_() local 388 if (VG_(threads)[tid].status == VgTs_WaitSys) { in VG_() local 503 VG_(threads)[tid].tid = tid; in mostly_clear_thread_record() local 507 VG_(threads)[tid].status = VgTs_Zombie; in mostly_clear_thread_record() local 515 VG_(threads)[tid].altstack.ss_sp = (void *)0xdeadbeef; in mostly_clear_thread_record() local 516 VG_(threads)[tid].altstack.ss_size = 0; in mostly_clear_thread_record() local 517 VG_(threads)[tid].altstack.ss_flags = VKI_SS_DISABLE; in mostly_clear_thread_record() local 521 VG_(threads)[tid].sched_jmpbuf_valid = False; in mostly_clear_thread_record() local [all …]
|
/external/linux-tools-perf/util/ |
D | thread_map.c | 17 struct thread_map *threads; in thread_map__new_by_pid() local 44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid() local 61 void thread_map__delete(struct thread_map *threads) in thread_map__delete()
|
D | evlist.h | 32 struct thread_map *threads; member 64 struct thread_map *threads) in perf_evlist__set_maps()
|
D | evsel.c | 204 struct thread_map *threads, bool group) in __perf_evsel__open() 268 int threads[1]; member 275 struct thread_map *threads, bool group) in perf_evsel__open() 295 struct thread_map *threads, bool group) in perf_evsel__open_per_thread()
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.h | 45 MandelbrotThread **threads; variable 66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
|
/external/valgrind/main/coregrind/ |
D | m_threadstate.c | 93 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_() local 141 if (VG_(threads)[tid].status == VgTs_Runnable) in VG_() local
|
D | pub_core_gdbserver.h | 156 Addr32 threads; member 174 Addr64 threads; member
|
D | m_signals.c | 1026 VG_(threads)[tid].altstack.ss_flags = VKI_SS_DISABLE; in VG_() local 1032 VG_(threads)[tid].altstack.ss_sp = ss->ss_sp; in VG_() local 1033 VG_(threads)[tid].altstack.ss_size = ss->ss_size; in VG_() local 1034 VG_(threads)[tid].altstack.ss_flags = 0; in VG_() local 1211 VG_(threads)[tid].tmp_sig_mask = VG_(threads)[tid].sig_mask; in do_setmask() local 1266 if (VG_(threads)[tid].sig_queue != NULL) { in VG_() local 1268 VG_(threads)[tid].sig_queue = NULL; in VG_() local 1719 VG_(threads)[tid].exitreason = VgSrc_FatalSig; in default_action() local 1720 VG_(threads)[tid].os_state.fatalsig = sigNo; in default_action() local 2244 if (VG_(threads)[tid].status == VgTs_WaitSys) { in sync_signalhandler_from_user() local [all …]
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutex_test.cc | 99 pthread_t threads[kThreads]; in TEST() local 109 pthread_t threads[kThreads]; in TEST() local 119 pthread_t threads[kThreads]; in TEST() local
|
/external/chromium_org/mojo/system/ |
D | simple_dispatcher_unittest.cc | 388 ScopedVector<test::WaiterThread> threads; in TEST() local 411 ScopedVector<test::WaiterThread> threads; in TEST() local 447 ScopedVector<test::WaiterThread> threads; in TEST() local 485 ScopedVector<test::WaiterThread> threads; in TEST() local
|
D | dispatcher_unittest.cc | 208 ScopedVector<ThreadSafetyStressThread> threads; in TEST() local 234 ScopedVector<ThreadSafetyStressThread> threads; in TEST() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_mutex_test.cc | 105 pthread_t threads[kThreads]; in TEST() local 116 pthread_t threads[kThreads]; in TEST() local 127 pthread_t threads[kThreads]; in TEST() local
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 192 static void StartJoinAndDeleteThreads(const i::List<JoinableThread*>& threads) { in StartJoinAndDeleteThreads() 212 i::List<JoinableThread*> threads(kNThreads); in TEST() local 249 i::List<JoinableThread*> threads(kNThreads); in TEST() local 288 i::List<JoinableThread*> threads(kNThreads); in TEST() local 329 i::List<JoinableThread*> threads(kNThreads); in TEST() local 401 i::List<JoinableThread*> threads(kNThreads); in TEST() local 454 i::List<JoinableThread*> threads(kNThreads); in TEST() local 583 i::List<JoinableThread*> threads(kNThreads); in TEST() local 632 i::List<JoinableThread*> threads(kNThreads); in TEST() local 717 i::List<JoinableThread*> threads(kNThreads); in TEST() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-lockers.cc | 195 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
|
D | test-condition-variable.cc | 80 ThreadWithMutexAndConditionVariable threads[kThreadCount]; in TEST() local 154 ThreadWithSharedMutexAndConditionVariable threads[kThreadCount]; in TEST() local 284 Thread** threads = new Thread*[thread_count]; in TEST() local
|
/external/mesa3d/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 45 static pipe_thread threads[NUM_THREADS]; variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
D | pipe_barrier_test.c | 45 static pipe_thread threads[NUM_THREADS]; variable
|
/external/valgrind/main/callgrind/tests/ |
D | Makefile.am | 24 check_PROGRAMS = clreq simwork threads program
|
/external/valgrind/main/none/tests/ |
D | pth_once.c | 57 pthread_t threads[NUM_THREADS]; in main() local
|
D | pth_cvsimple.c | 65 pthread_t threads[3]; in main() local
|
/external/iputils/ninfod/ |
D | configure.in | 53 AC_ARG_ENABLE(threads, optenable
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | torturethread.c | 61 SDL_Thread *threads[NUMTHREADS]; in main() local
|
D | testsem.c | 60 SDL_Thread *threads[NUM_THREADS]; in main() local
|
/external/valgrind/main/helgrind/tests/ |
D | tc21_pthonce.c | 80 pthread_t threads[NUM_THREADS]; in main() local
|
/external/bison/m4/ |
D | threadlib.m4 | 55 AC_ARG_ENABLE([threads], optenable
|