Lines Matching refs:thread_dict_sp
5441 JSONGenerator::DictionarySP thread_dict_sp( in GetJSONThreadsInfo() local
5443 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo()
5454 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo()
5463 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo()
5472 thread_dict_sp->AddItem("medata", medata_array_sp); in GetJSONThreadsInfo()
5482 thread_dict_sp->AddStringItem("reason", reason_value); in GetJSONThreadsInfo()
5487 thread_dict_sp->AddStringItem("name", thread_name); in GetJSONThreadsInfo()
5492 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo()
5507 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
5510 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
5515 thread_dict_sp->AddIntegerItem("dispatch_queue_t", in GetJSONThreadsInfo()
5518 thread_dict_sp->AddStringItem("qname", queue_name); in GetJSONThreadsInfo()
5520 thread_dict_sp->AddStringItem("qkind", "serial"); in GetJSONThreadsInfo()
5522 thread_dict_sp->AddStringItem("qkind", "concurrent"); in GetJSONThreadsInfo()
5524 thread_dict_sp->AddIntegerItem("qserialnum", queue_serialnum); in GetJSONThreadsInfo()
5553 thread_dict_sp->AddItem("registers", registers_dict_sp); in GetJSONThreadsInfo()
5572 thread_dict_sp->AddItem("memory", memory_array_sp); in GetJSONThreadsInfo()
5576 threads_array_sp->AddItem(thread_dict_sp); in GetJSONThreadsInfo()