该方法线程是否安全?
将代码是线程安全的?
这个方法是线程安全的。
Note that this code is fully thread safe.
注意这样的代码是完全线程安全的。
Is it also thread safe by specification?
它也是线程安全的规范?
A static instance of an object is not thread safe.
对象的静态实例不是线程安全的。
What this means is that the following code is not thread safe!
这表示下面的代码不是线程安全的。
This is a typical symptom of code that is not thread safe.
这是一个典型的症状是不是线程安全的代码。
In situations where you know you need thread safety, use a thread-safe view.
在需要线程安全的情况下,请使用线程安全视图。
Moreover, it may be impossible to make a non-reentrant function thread-safe.
另外,或许不可能让某个不可重入的函数是线程安全的。
One common use is for storing a singleton of a type that is not thread-safe.
一种常见用法是用于存储非线程安全类型的单例。
The entire method in Listing 9 is completely thread-safe.
清单9 中的整个方法完全是线程安全的,因为列表处理中使用的整个中间状态保存在参数的堆栈上。
To help keep your provider thread-safe, you must verify that your code is blocked properly.
为使提供程序是线程安全的,必须确保代码被正确模块化。
The target thread checks the signal at certain safe checkpoints.
目标线程在某个安全检查点检查该信号。
Lock your object or fields instead to guarantee deterministic and thread-safe access.
锁定对象或域,而不是去保证决定性和线程安全访问。
Optional: It is a good idea to make the object thread-safe.
可选择:让对象线程安全是个好主意。
It is safe to pass window handles across thread boundaries.
在线程之间传递窗口句柄是安全的。
It runs entirely within its own GCD dispatch_queue, and is completely thread-safe.
的调度队列上,并且它是完全线程安全的。
Each thread must be brought to a safe point before it can be suspended.
每个线程在可以挂起之前都必须置于安全点。
You should verify whether your particular driver is thread-safe.
应该验证您的特定驱动程序是否是线程安全的。
You should verify whether your particular driver is thread-safe.
应该验证您的特定驱动程序是否是线程安全的。
应用推荐