HomeSort by: relevance | last modified time | path
    Searched refs:thread_list (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-pthreads.exp 30 set thread_list [get_mi_thread_list "in check_mi_thread_command_set"]
40 foreach thread $thread_list {
49 foreach thread $thread_list {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-pthreads.exp 30 set thread_list [get_mi_thread_list "in check_mi_thread_command_set"]
40 foreach thread $thread_list {
49 foreach thread $thread_list {
  /src/external/gpl3/gdb/dist/gdb/
thread-iter.c 31 auto thr_iter = inf.thread_list.begin ();
32 if (thr_iter != inf.thread_list.end ())
59 thr_iter = m_inf->thread_list.begin ();
60 while (thr_iter != m_inf->thread_list.end ())
99 || inf.thread_list.empty ())
102 m_thr = &inf.thread_list.front ();
117 m_thr = &m_inf->thread_list.front ();
140 = m_inf->thread_list.iterator_to (*m_thr);
154 thr_iter = m_inf->thread_list.begin ();
155 while (thr_iter != m_inf->thread_list.end ()
    [all...]
scoped-mock-context.h 53 mock_inferior.thread_list.push_back (mock_thread);
inferior.h 459 intrusive_list<thread_info> thread_list;
472 { return inf_threads_range (this->thread_list.begin ()); }
481 { return inf_non_exited_threads_range (this->thread_list.begin ()); }
492 { return safe_inf_threads_range (this->thread_list.begin ()); }
458 intrusive_list<thread_info> thread_list; member in class:inferior
darwin-nat.c 264 thread_array_t thread_list; local
275 kret = task_threads (darwin_inf->task, &thread_list, &new_nbr);
282 qsort (thread_list, new_nbr, sizeof (thread_t), cmp_thread_t);
292 if (thread_list[i] != darwin_inf->threads[i]->gdb_port)
299 kret = mach_port_deallocate (mach_task_self (), thread_list[i]);
304 kret = vm_deallocate (gdb_task, (vm_address_t) thread_list,
318 thread_t new_id = (new_ix < new_nbr) ? thread_list[new_ix] : THREAD_NULL;
380 kret = vm_deallocate (gdb_task, (vm_address_t) thread_list,
windows-nat.c 107 std::vector<std::unique_ptr<windows_thread_info>> thread_list; member in struct:windows_process_info
516 for (auto &th : thread_list)
570 windows_process.thread_list.emplace_back (th);
595 windows_process.thread_list.clear ();
623 auto iter = std::find_if (windows_process.thread_list.begin (),
624 windows_process.thread_list.end (),
630 if (iter != windows_process.thread_list.end ())
631 windows_process.thread_list.erase (iter);
1224 for (auto &th : windows_process.thread_list)
3212 for (auto &th : windows_process.thread_list)
    [all...]
procfs.c 252 struct procinfo *thread_list; member in struct:procinfo
294 thread_list, we want to find whatever threads are already
300 for (pi = pi->thread_list; pi; pi = pi->next)
476 pi->next = parent->thread_list;
477 parent->thread_list = pi;
531 destroy_one_procinfo (&tmp->thread_list, pi);
536 while (pi->thread_list != NULL)
537 destroy_one_procinfo (&pi->thread_list, pi->thread_list);
1603 destroy_one_procinfo (&parent->thread_list, thread)
    [all...]
thread.c 277 inf->thread_list.push_back (*tp);
528 auto it = thr->inf->thread_list.iterator_to (*thr);
529 thr->inf->thread_list.erase (it);
662 if (inf->thread_list.empty ())
665 return &inf->thread_list.front ();
2139 if (inf->thread_list.empty ())
  /src/external/gpl3/gdb.old/dist/gdb/
thread-iter.c 31 auto thr_iter = inf.thread_list.begin ();
32 if (thr_iter != inf.thread_list.end ())
59 thr_iter = m_inf->thread_list.begin ();
60 while (thr_iter != m_inf->thread_list.end ())
99 || inf.thread_list.empty ())
102 m_thr = &inf.thread_list.front ();
117 m_thr = &m_inf->thread_list.front ();
140 = m_inf->thread_list.iterator_to (*m_thr);
154 thr_iter = m_inf->thread_list.begin ();
155 while (thr_iter != m_inf->thread_list.end ()
    [all...]
scoped-mock-context.h 53 mock_inferior.thread_list.push_back (mock_thread);
inferior.h 465 intrusive_list<thread_info> thread_list;
478 { return inf_threads_range (this->thread_list.begin ()); }
487 { return inf_non_exited_threads_range (this->thread_list.begin ()); }
498 { return safe_inf_threads_range (this->thread_list.begin ()); }
464 intrusive_list<thread_info> thread_list; member in class:inferior
darwin-nat.c 261 thread_array_t thread_list; local
272 kret = task_threads (darwin_inf->task, &thread_list, &new_nbr);
279 qsort (thread_list, new_nbr, sizeof (thread_t), cmp_thread_t);
289 if (thread_list[i] != darwin_inf->threads[i]->gdb_port)
296 kret = mach_port_deallocate (mach_task_self (), thread_list[i]);
301 kret = vm_deallocate (gdb_task, (vm_address_t) thread_list,
315 thread_t new_id = (new_ix < new_nbr) ? thread_list[new_ix] : THREAD_NULL;
377 kret = vm_deallocate (gdb_task, (vm_address_t) thread_list,
windows-nat.c 105 std::vector<std::unique_ptr<windows_thread_info>> thread_list; member in struct:windows_process_info
524 for (auto &th : thread_list)
578 windows_process.thread_list.emplace_back (th);
603 windows_process.thread_list.clear ();
631 auto iter = std::find_if (windows_process.thread_list.begin (),
632 windows_process.thread_list.end (),
638 if (iter != windows_process.thread_list.end ())
639 windows_process.thread_list.erase (iter);
1284 for (auto &th : windows_process.thread_list)
3328 for (auto &th : windows_process.thread_list)
    [all...]
procfs.c 251 struct procinfo *thread_list; member in struct:procinfo
293 thread_list, we want to find whatever threads are already
299 for (pi = pi->thread_list; pi; pi = pi->next)
475 pi->next = parent->thread_list;
476 parent->thread_list = pi;
530 destroy_one_procinfo (&tmp->thread_list, pi);
535 while (pi->thread_list != NULL)
536 destroy_one_procinfo (&pi->thread_list, pi->thread_list);
1602 destroy_one_procinfo (&parent->thread_list, thread)
    [all...]
thread.c 276 inf->thread_list.push_back (*tp);
527 auto it = thr->inf->thread_list.iterator_to (*thr);
528 thr->inf->thread_list.erase (it);
661 if (inf->thread_list.empty ())
664 return &inf->thread_list.front ();
2128 if (inf->thread_list.empty ())
  /src/lib/librumpuser/
rumpfiber.c 102 TAILQ_HEAD(thread_list, thread);
104 static struct thread_list exited_threads = TAILQ_HEAD_INITIALIZER(exited_threads);
105 static struct thread_list thread_list = TAILQ_HEAD_INITIALIZER(thread_list); variable in typeref:struct:thread_list
151 TAILQ_FOREACH_SAFE(thread, &thread_list, thread_list, tmp) {
162 TAILQ_REMOVE(&thread_list, thread, thread_list);
163 TAILQ_INSERT_TAIL(&thread_list, thread, thread_list)
    [all...]
rumpfiber.h 41 TAILQ_ENTRY(thread) thread_list; member in struct:thread
  /src/external/gpl3/gdb/dist/gdbserver/
inferiors.h 92 owning_intrusive_list<thread_info> &thread_list () function in struct:process_info
server.cc 1363 for (thread_info &thread : process->thread_list ())
2531 owning_intrusive_list<thread_info> *thread_list;
2535 thread_list = &process_iter->thread_list ();
2536 thread_iter = thread_list->begin ();
2537 if (thread_iter != thread_list->end ())
2542 gdb_assert (thread_iter != thread_list->end ());
2550 owning_intrusive_list<thread_info> *thread_list
2551 = &process_iter->thread_list ();
2556 thread_list = &process_iter->thread_list ()
    [all...]
  /src/external/bsd/top/dist/machine/
m_macosx.c 902 thread_array_t thread_list = NULL; local
911 rc = task_threads(the_task, &thread_list, &(mp->thread_count));
930 rc = thread_info(thread_list[i], THREAD_BASIC_INFO,
944 vm_deallocate(mach_task_self(), (vm_address_t)thread_list, sizeof(thread_array_t)*(mp->thread_count));
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 349 __itt_thread_info* thread_list; member in struct:___itt_global
368 (gptr)->thread_list = h; \
385 (gptr)->thread_list = h; \
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.cpp 143 HwasanThreadList &thread_list = hwasanThreadList(); local
144 auto thread_stats = thread_list.GetThreadStats();
154 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 128 thread_act_array_t thread_list; local
129 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
131 // task_threads allocates resources in thread_list and we need to free them
134 reinterpret_cast<vm_address_t>(thread_list),
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.cpp 170 HwasanThreadList &thread_list = hwasanThreadList(); local
171 auto thread_stats = thread_list.GetThreadStats();
181 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(),

Completed in 76 milliseconds

1 2