Home
last modified time | relevance | path

Searched refs:thread_info (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/libcxxrt/
H A Dexception.cc435 free(thread_info); in thread_cleanup()
475 static __cxa_thread_info *thread_info() in thread_info() function
504 return &(thread_info()->globals); in __cxa_get_globals()
561 __cxa_thread_info *info = thread_info(); in emergency_malloc()
782 __cxa_thread_info *info = thread_info(); in throw_exception()
884 __cxa_thread_info *ti = thread_info(); in __cxa_rethrow()
1261 __cxa_thread_info *ti = thread_info();
1568 __cxa_thread_info *info = thread_info();
1577 __cxa_thread_info *info = thread_info();
1585 __cxa_thread_info *info = thread_info();
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp303 auto thread_info = in MonitorSIGTRAP() local
305 if (thread_info != m_threads_stepping_with_breakpoint.end()) { in MonitorSIGTRAP()
307 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
310 thread_info->first, brkpt_error); in MonitorSIGTRAP()
311 m_threads_stepping_with_breakpoint.erase(thread_info); in MonitorSIGTRAP()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1786 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription() local
1789 if (thread_info && print_json_thread) { in GetDescription()
1790 thread_info->Dump(strm); in GetDescription()
1805 if (thread_info) { in GetDescription()
1807 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1809 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1811 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp138 kern_return_t err = thread_info(thread, THREAD_IDENTIFIER_INFO, in Append()
/freebsd-14.2/usr.sbin/bhyve/
H A Dsnapshot.c1360 struct checkpoint_thread_info *thread_info; in checkpoint_thread() local
1364 thread_info = (struct checkpoint_thread_info *)param; in checkpoint_thread()
1366 while ((fd = accept(thread_info->socket_fd, NULL, NULL)) != -1) { in checkpoint_thread()
1369 handle_message(thread_info->ctx, nvl); in checkpoint_thread()