Home
last modified time | relevance | path

Searched refs:thread_infos (Results 1 – 2 of 2) sorted by relevance

/src/contrib/unbound/testcode/
H A Dchecklocks.c66 static struct thr_check* thread_infos[THRDEBUG_MAX_THREADS]; variable
737 if(thread_infos[thr->num] != NULL) in checklock_main()
739 thread_infos[thr->num] = thr; in checklock_main()
745 thread_infos[thr->num] = NULL; in checklock_main()
766 thread_infos[0] = thisthr; in checklock_start()
779 fclose(thread_infos[0]->order_info); in checklock_stop()
780 free(thread_infos[0]); in checklock_stop()
781 thread_infos[0] = NULL; in checklock_stop()
783 log_assert(thread_infos[i] == NULL); in checklock_stop()
813 if(thread_infos[i]) in count_thread_infos()
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1439 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in UpdateThreadIDList() local
1440 if (thread_infos && thread_infos->GetSize() > 0) { in UpdateThreadIDList()
1443 thread_infos->ForEach([this](StructuredData::Object *object) -> bool { in UpdateThreadIDList()
1568 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); in GetThreadStopInfoFromJSON() local
1569 if (thread_infos) { in GetThreadStopInfoFromJSON()
1571 const size_t n = thread_infos->GetSize(); in GetThreadStopInfoFromJSON()
1574 thread_infos->GetItemAtIndex(i)->GetAsDictionary(); in GetThreadStopInfoFromJSON()
2550 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); in WillPublicStop() local
2551 if (thread_infos) { in WillPublicStop()
2552 const size_t n = thread_infos->GetSize(); in WillPublicStop()
[all …]