What is the difference between “thread_indexL” and “i” in iterate_generic?
I am trying to use iterate_generic to perform iteration.
It seems to be working, but I have one question.
As the name suggests, thread_indexL seems to represent the index of the thread. But what is i?
When I try (thread_indexL == i) within iterate_generic, it is TRUE every time.
When I use another iterate_generic within iterate_generic, it is TRUE every time.
I want the thread number to start from zero, but is it possible that either thread_indexL or i will not do so?
