您要查找的是不是:
- Empties a data slot with the specified name. 清空具有指定名称的数据槽。
- The data slot that contains the data. 包含数据的数据槽。
- The data slot where the data is to be added. 数据要添加到的数据槽。
- The required name for the data slot. 数据槽所需的名称。
- Frees a named data slot on all the contexts. 释放所有上下文中的命名数据槽。
- Allocates a named data slot on all threads. 在所有线程上分配已命名的数据槽。
- Allocates an unnamed data slot on all the threads. 在所有的线程上分配未命名的数据槽。
- The name is used to access the data slot. 这些数据槽是命名过的。名称用于访问数据槽。
- The name of the data slot to empty. 要清空的数据槽的名称。
- The name of the data slot to free. 要释放的数据槽的名称。
- You can avoid this by using a private unnamed data slot. 通过使用私有的未命名的数据槽可以避免这个问题。
- Each entry in a symbol table has an associated mutable data slot. 符号表中的每一项都有一个相关联的可变数据插槽。
- The second example shows how to use a data slot to do the same thing. 第二个示例演示如何使用数据槽执行同样的操作。
- Data slots are unique per thread. 数据槽对于每个线程是唯一的。
- The following example demonstrates how to use a named data slot to store thread-specific information. 下面的示例演示了如何使用已命名的数据槽存储线程特定的信息。
- A conflict can occur only if the same thread executes two different pieces of code that use the same named data slot. 只有在相同线程执行两个使用同一命名数据槽的不同代码段时才会发生冲突。
- There are two types of data slots: named slots and unnamed slots. 数据槽包括两种类型:命名槽和未命名槽。
- Data slots can be allocated by a name or by an index number. 数据槽可根据名称或根据索引号来分配。
- Looks up a named data slot. 查找已命名的数据槽。
- A local data slot object. 局部数据槽对象。