Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
H A Dlib1565.c40 static int pending_num = 0; variable
69 pending_handles[pending_num] = easy; in run_thread()
70 pending_num++; in run_thread()
154 while(pending_num > 0) { in test()
155 res_multi_add_handle(multi, pending_handles[pending_num - 1]); in test()
161 started_handles[started_num] = pending_handles[pending_num - 1]; in test()
163 pending_num--; in test()
194 for(i = 0; i < pending_num; i++) in test()

Completed in 1 milliseconds