That is, a typical loop is written and compiled such that i==1 has to happen before i==2.
就是说,典型循环的编写和编译必须保证 i==1 出现在 i==2 之前。
I can't do anything before any of the two threads are running, as I don't have control over the spawning process (c code is compiled and executed in a script like fashion).
我不能在任何两个线程正在运行,做任何事情,因为我没有在产卵过程控制(C代码被编译和执行脚本的方式)。
应用推荐