Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr-util/test/
H A Dtestreslist.c112 my_thread_info_t *thread_info = data; in resource_consuming_thread() local
113 apr_reslist_t *rl = thread_info->reslist; in resource_consuming_thread()
123 ABTS_INT_EQUAL(thread_info->tc, APR_SUCCESS, rv); in resource_consuming_thread()
125 apr_sleep(thread_info->work_delay_sleep); in resource_consuming_thread()
131 ABTS_INT_EQUAL(thread_info->tc, APR_SUCCESS, rv); in resource_consuming_thread()
134 ABTS_INT_EQUAL(thread_info->tc, APR_SUCCESS, rv); in resource_consuming_thread()
222 my_thread_info_t thread_info[CONSUMER_THREADS]; in test_reslist() local
240 thread_info[i].tid = i; in test_reslist()
241 thread_info[i].tc = tc; in test_reslist()
242 thread_info[i].reslist = rl; in test_reslist()
[all …]
/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc367 free(thread_info); in thread_cleanup()
407 static __cxa_thread_info *thread_info() in thread_info() function
436 return &(thread_info()->globals); in __cxa_get_globals()
476 __cxa_thread_info *info = thread_info(); in emergency_malloc()
755 __cxa_thread_info *info = thread_info(); in throw_exception()
849 __cxa_thread_info *ti = thread_info(); in __cxa_rethrow()
1226 __cxa_thread_info *ti = thread_info();
1514 __cxa_thread_info *info = thread_info();
1523 __cxa_thread_info *info = thread_info();
1531 __cxa_thread_info *info = thread_info();
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp299 auto thread_info = in MonitorSIGTRAP() local
301 if (thread_info != m_threads_stepping_with_breakpoint.end()) { in MonitorSIGTRAP()
303 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
306 thread_info->first, brkpt_error); in MonitorSIGTRAP()
307 m_threads_stepping_with_breakpoint.erase(thread_info); in MonitorSIGTRAP()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1773 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription() local
1776 if (thread_info && print_json_thread) { in GetDescription()
1777 thread_info->Dump(strm); in GetDescription()
1792 if (thread_info) { in GetDescription()
1794 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1796 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1798 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp135 kern_return_t err = thread_info(thread, THREAD_IDENTIFIER_INFO, in Append()
/freebsd-13.1/usr.sbin/bhyve/
H A Dsnapshot.c1488 struct checkpoint_thread_info *thread_info; in checkpoint_thread() local
1492 thread_info = (struct checkpoint_thread_info *)param; in checkpoint_thread()
1494 while ((conn_fd = accept(thread_info->socket_fd, NULL, NULL)) > -1) { in checkpoint_thread()
1495 ret = get_checkpoint_msg(conn_fd, thread_info->ctx); in checkpoint_thread()