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

/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.c66 static struct thr_check* thread_infos[THRDEBUG_MAX_THREADS]; variable in typeref:struct:thr_check
708 if(thread_infos[thr->num] != NULL)
710 thread_infos[thr->num] = thr;
715 thread_infos[thr->num] = NULL;
736 thread_infos[0] = thisthr;
749 fclose(thread_infos[0]->order_info);
750 free(thread_infos[0]);
751 thread_infos[0] = NULL;
753 log_assert(thread_infos[i] == NULL);
783 if(thread_infos[
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1431 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); local
1432 if (thread_infos && thread_infos->GetSize() > 0) {
1435 thread_infos->ForEach([this](StructuredData::Object *object) -> bool {
1560 StructuredData::Array *thread_infos = thread_infos_sp->GetAsArray(); local
1561 if (thread_infos) {
1563 const size_t n = thread_infos->GetSize();
1566 thread_infos->GetItemAtIndex(i)->GetAsDictionary();
2462 StructuredData::Array *thread_infos = m_jthreadsinfo_sp->GetAsArray(); local
2463 if (thread_infos) {
[all...]

Completed in 163 milliseconds