| 1. | Maintain a shared variable across all test iterations in a load test 在负载测试中的所有测试迭代间维护一个共享变量。 |
| 2. | Journal of parallel and distributed computing , 1994 , 22 : 392 - 410 并行编程模型包括共享变量消息传递数据并行统一模型等。 |
| 3. | Locks around shared variables allow java threads to quickly and easily communicate and synchronize 给共享变量上锁就使得java线程能够快速方便地通信和同步。 |
| 4. | Some very strange things can happen if you fail to synchronize when accessing shared variables 如果在访问共享变量的时候没有同步的话,就会发生一些奇怪的事情。 |
| 5. | You will be able to share variables among the scripted action script and the prefix and suffix scripts 可以在scripted action脚本与前缀脚本和后缀脚本间共享变量。 |
| 6. | In the preceding example , the compiler generates a warning message both times the code accesses the shared variable 在前面的示例中,编译器在代码通过实例访问共享变量 |
| 7. | Volatile variables can also be used to store shared variables at a lower cost than that of synchronization , but they have limitations 还可以使用可变变量来以比同步更低的成本存储共享变量,但它们有局限性。 |
| 8. | A structure must have at least one nonshared variable or nonshared , noncustom event element ; a class can be completely empty 结构必须至少具有一个非共享变量或非共享的非自定义事件元素;而类可以完全是空的。 |
| 9. | A shared variable or event is stored in memory only once , no matter how many or few instances you create of its class or structure 共享变量或事件只能在内存中存储一次,而无论您创建多少个它的类或结构的实例。 |
| 10. | A common use of semaphores is in solving the " consumer - producer problem . " this problem occurs when one thread is completing work that another thread will use 当一个线程进行工作时,若另外一个线程访问同一共享变量,就可能产生此问题。 |