|
The problem is that thread 8 is not executed at all, and the first 7 are normal, that is, the last thread to be started will not be executed until other threads have finished executing. Is there a reason for this?
The other is to skip some variables, why is this? |
|