Searched refs:thread_info (Results 1 – 6 of 6) sorted by relevance
418 static void thread_cleanup(void* thread_info) in thread_cleanup() argument420 __cxa_thread_info *info = static_cast<__cxa_thread_info*>(thread_info); in thread_cleanup()435 free(thread_info); in thread_cleanup()475 static __cxa_thread_info *thread_info() in thread_info() function504 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();1485 static __cxa_thread_info *info = thread_info();[all …]
324 struct thread_info *thread_info; in TEST() local325 pthread_create(&thread, &attr, &FakeThreadEntryPoint, thread_info); in TEST()
321 auto thread_info = in MonitorSIGTRAP() local323 if (thread_info != m_threads_stepping_with_breakpoint.end()) { in MonitorSIGTRAP()325 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()328 thread_info->first, brkpt_error); in MonitorSIGTRAP()329 m_threads_stepping_with_breakpoint.erase(thread_info); in MonitorSIGTRAP()
1799 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription() local1802 if (thread_info && print_json_thread) { in GetDescription()1803 thread_info->Dump(strm); in GetDescription()1818 if (thread_info) { in GetDescription()1820 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()1822 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()1824 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
138 kern_return_t err = thread_info(thread, THREAD_IDENTIFIER_INFO, in Append()
1359 struct checkpoint_thread_info *thread_info; in checkpoint_thread() local1363 thread_info = (struct checkpoint_thread_info *)param; in checkpoint_thread()1365 while ((fd = accept(thread_info->socket_fd, NULL, NULL)) != -1) { in checkpoint_thread()1368 handle_message(thread_info->ctx, nvl); in checkpoint_thread()