Searched refs:result_count (Results 1 – 1 of 1) sorted by relevance
1167 int *result_count, threadref * threadlist);1611 int *done, int *result_count, threadref *threadlist) in remote_get_threadlist() argument1628 *result_count = in remote_get_threadlist()1645 if (*result_count <= 0) in remote_get_threadlist()1654 if (*result_count > result_limit) in remote_get_threadlist()1656 *result_count = 0; in remote_get_threadlist()1680 int done, i, result_count; in remote_threadlist_iterator() local1697 &done, &result_count, resultthreadlist)) in remote_threadlist_iterator()1705 if (result_count >= 1) in remote_threadlist_iterator()1706 copy_threadref (&nextthread, &resultthreadlist[result_count - 1]); in remote_threadlist_iterator()[all …]