您要查找的是不是:
- threaded safe variables 线程安全的变量
- Which means the collection is not thread safe. 表示集合不是线程安全的。
- Do not make instance data thread safe by default. 默认情况下不要使实例数据是线程安全的。
- This makes the changes to Swing state thread safe. 这样才能够安全修改Swing状态。
- Access to Windows Forms controls is not inherently thread safe. 访问Windows窗体控件本质上不是线程安全的。
- All reads from the returned wrapper will be thread safe. 从返回的包装进行的所有读取将是线程安全的。
- All writes to the returned wrapper will be thread safe. 对返回的包装的所有写入都将具有线程安全性。
- You will need to write your provider code to be thread safe. 因此需要编写线程安全的提供程序代码。
- Finds a client given a string ID. OBS! Not thread safe! 查找指定ID的客户端。不是线程安全的!
- Note that you cannot always make external resources thread safe by managing access using a mutex: the resource may rely on global variables or other external sources that are beyond your control. 注意,你无法用互斥量来保证外部资源的线程安全:因为这些资源可能依赖于你无法控制的全局变量或者其它外部资源。
- Gets a value indicating whether the profile info collection is thread safe. 获取一个指示配置文件信息集合是否为线程安全的值。
- Therefore, an array can be made thread safe only through the locking mechanism. 因此,只有通过锁定机制才可令数组是线程安全的。
- True if access to the Queue is synchronized (thread safe); otherwise, false. 如果对Queue的访问是同步的(线程安全),则为true;否则为false。
- Controls in Windows Forms are bound to a specific thread and are not thread safe. Windows窗体中的控件被绑定到特定的线程,不具备线程安全性。
- However, the drawback to a static class is that all static methods need to be thread safe. 但是,静态类的缺点是需要保证所有静态方法都是线程安全的。
- And the programmer does not have to do anything to keep the collection thread safe. 程序员不必做任何事就可以保证集合是线程安全的。
- The.NET Framework helps you detect when you are accessing your controls in a manner that is not thread safe.. NET Framework有助于在以非线程安全方式访问控件时检测到这一问题。
- Optional, thread safe, Memory Pools Allocator subsystem. * Optional, thread safe, Memory Pools Allocator subsystem. 可选的,线程安全的内存池分配子系统。
- Optional, thread safe, Heap Allocator subsystem. * Optional, thread safe, Heap Allocator subsystem. 可选的,线程安全的堆分配子系统。
- With the exception of enumerators, all regular expression classes are thread safe or can be converted into thread-safe objects by a synchronized method. 除枚举数之外,所有正则表达式类都是线程安全的或者可以通过同步方法转换成线程安全对象。