您要查找的是不是:
- To see how that works, we first must define what the atomic operations are. 为了明白它如何工作,我们首先必须定义什么是原子操作。
- The compare and exchange operations are performed as an atomic operation. 比较和交换操作按原子操作执行。
- Interlocked operations are simple atomic operations performed on a memory location by static methods of the. 类的静态方法对某个内存位置执行的简单原子操作。
- Here, we'll define two atomic operations: Executing a node and taking a transition. 这里,我们会定义两个原子操作:执行一个节点和获取一个转移。
- Sets a variable to a specified value as an atomic operation. 以原子操作的形式将变量设置为指定的值。
- At its most basic, there are two atomic operations you can perform with a mouse: You can move it to point at different things, and you can click the buttons. 最基本的,你可以利用鼠标做两种原始的操作,即移动它指向不同的事物或者单击按键。
- If you want clients to be able to create new atomic operations on your class, as we did in Section 4.4, you need to document which locks they should acquire to do so safely. 如果你想要客户能够在你的类上创建一个新的原子操作,正如我们在章节4.;4所做的,你需要文化描述那些锁,他们可以获得并安全地这么做。
- Increments a specified variable and stores the result, as an atomic operation. 以原子操作的形式递增指定变量的值并存储结果。
- If the atomic operation returns non-zero, an event is currently executing. 如果原子操作返回非零值,则当前有一个事件正在执行。
- Decrements a specified variable and stores the result, as an atomic operation. 以原子操作的形式递减指定变量的值并存储结果。
- Defines additional user-level functionality that is outside the normal application software requirements, such as cache management, atomic operations, and user-level timer support. 定义了常规应用软件要求之外的附加的用户级功能,比如高速缓存管理、原子操作和用户级计时器支持。
- Class. Those atomic operations include addition, increment and decrement, exchange, conditional exchange depending on a comparison, and read operations for 64-bit values on 32-bit platforms. 这些原子操作包括添加、递增和递减、交换、依赖于比较的条件交换,以及32位平台上的64位值的读取操作。
- But in between those atomic operations, a thread can decide to stop the interpretation and instruct another thread to continue the interpretation asynchronously from that point forward. 但是在这些原子操作之间,线程可以决定停止解释,通知另一个线程来从那一点向前继续异步解释。
- Increments the associated performance counter by one through an efficient atomic operation. 通过有效的原子操作使关联的性能计数器增加一。
- Adds two integers and replaces the first integer with the sum, as an atomic operation. 以原子操作的形式,添加两个整数并用两者的和替换第一个整数。
- Class to increment or decrement a value and store the value in a single atomic operation. 类来递增或递减值并在单个原子操作中存储该值。
- Sets an object to a specified value and returns a reference to the original object, as an atomic operation. 以原子操作的形式,将对象设置为指定的值并返回对原始对象的引用。
- Method, which allows a thread to signal one wait handle and immediately wait on another, as an atomic operation. 方法,该方法允许线程发送一个等待句柄信号,然后立即等待另一个等待句柄,如同原子操作一样。
- Resolves this problem by resetting the signal mask and putting the process to sleep in a single atomic operation. 通过重置信号掩码并使进程休眠一个单一的原子操作来解决这一问题。
- Decrements the associated performance counter by one through an efficient atomic operation. 通过有效的原子操作使关联的性能计数器减一。