| /netbsd-src/lib/librumpuser/ |
| H A D | 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 151 TAILQ_FOREACH_SAFE(thread, &thread_list, thread_list, tmp) { in schedule() 162 TAILQ_REMOVE(&thread_list, thread, thread_list); in schedule() 163 TAILQ_INSERT_TAIL(&thread_list, thread, thread_list); in schedule() 181 TAILQ_FOREACH_SAFE(thread, &exited_threads, thread_list, tmp) { in schedule() 183 TAILQ_REMOVE(&exited_threads, thread, thread_list); in schedule() 238 TAILQ_INSERT_TAIL(&thread_list, thread, thread_list); in create_thread() 287 TAILQ_REMOVE(&thread_list, thread, thread_list); in exit_thread() [all …]
|
| H A D | rumpfiber.h | 41 TAILQ_ENTRY(thread) thread_list;
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_macosx.c | 902 thread_array_t thread_list = NULL; in load_thread_info() local 911 rc = task_threads(the_task, &thread_list, &(mp->thread_count)); in load_thread_info() 930 rc = thread_info(thread_list[i], THREAD_BASIC_INFO, in load_thread_info() 944 …vm_deallocate(mach_task_self(), (vm_address_t)thread_list, sizeof(thread_array_t)*(mp->thread_coun… in load_thread_info()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | ittnotify_config.h | 349 __itt_thread_info* thread_list; member 368 (gptr)->thread_list = h; \ 385 (gptr)->thread_list = h; \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan.cpp | 143 HwasanThreadList &thread_list = hwasanThreadList(); in HwasanFormatMemoryUsage() local 144 auto thread_stats = thread_list.GetThreadStats(); in HwasanFormatMemoryUsage() 154 thread_stats.n_live_threads * thread_list.MemoryUsedPerThread(), in HwasanFormatMemoryUsage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 128 thread_act_array_t thread_list; in GetThreadCount() local 129 const kern_return_t status = task_threads(task, &thread_list, &thread_count); in GetThreadCount() 134 reinterpret_cast<vm_address_t>(thread_list), in GetThreadCount()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
| H A D | gprofng_ug.texi | 1713 @IndexSubentry{Options, @code{-thread_list}} 1714 @IndexSubentry{Commands, @code{thread_list}} 1715 The @command{thread_list} command displays how many threads have been used: 1719 $ gprofng display text -thread_list mxv.2.thr.er 1821 obtained earlier with the @command{thread_list} command are selected. 1914 Similar to the @command{thread_list} command, the @command{cpu_list} command 3662 @item thread_list 3663 @IndexSubentry{Options, @code{-thread_list}} 3664 @IndexSubentry{Commands, @code{thread_list}}
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| H A D | gprofng.texi | 1588 @IndexSubentry{Commands, @code{thread_list}} 1589 The @code{thread_list} command displays how many threads have been used: 1593 $ gprofng display text -thread_list mxv.2.thr.er 1695 obtained with the @code{thread_list} command earlier. 1793 Similar to the @code{thread_list} command, the @code{cpu_list} command
|
| H A D | gprofng.info | 1302 The 'thread_list' command displays how many threads have been used: 1304 $ gprofng display text -thread_list mxv.2.thr.er 1384 numbers that we obtained with the 'thread_list' command earlier. 1468 Similar to the 'thread_list' command, the 'cpu_list' command displays 2890 * Commands, thread_list: Commands Specific to Multithreading.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2018 | 913 (thread_list): Delete. 937 (struct inferior) <thread_list>: New field. 987 thread_list. 1015 (thread_list): Delete.
|
| H A D | ChangeLog-2012 | 5692 (thread_list): Declare.
|
| H A D | ChangeLog-2020 | 13111 (thread_list): New global.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2018 | 913 (thread_list): Delete. 937 (struct inferior) <thread_list>: New field. 987 thread_list. 1015 (thread_list): Delete.
|
| H A D | ChangeLog-2012 | 5692 (thread_list): Declare.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 133267 thread_list global. Changing this to use unique_ptr simplifies the 180538 thread by ptid_t using the inferior::thread_list linked list can add up. 180956 (top-gdb) p current_inferior_.m_obj.thread_list 180963 (top-gdb) p current_inferior_.m_obj.thread_list[1] 180965 (top-gdb) p current_inferior_.m_obj.thread_list[1].ptid
|