Searched refs:tsobj (Results 1 – 1 of 1) sorted by relevance
927 struct json_object *tsobj; in handle_ts() local929 tsobj = show_thread_status(&p->ts, &p->rs); in handle_ts()931 if (tsobj) { in handle_ts()932 json_object_add_client_info(tsobj, client); in handle_ts()933 json_array_add_value_object(clients_array, tsobj); in handle_ts()949 tsobj = show_thread_status(&client_ts, &client_gs); in handle_ts()950 if (tsobj) { in handle_ts()951 json_object_add_client_info(tsobj, client); in handle_ts()952 json_array_add_value_object(clients_array, tsobj); in handle_ts()