HObject is the pointer to the handle to the synchronization object.
hObject是指向这个同步对象句柄的指针。
You can use this method when waiting on a single thread synchronization object.
当等待单一线程同步对象时,可以使用此方法。
Synchronization object used to resolve critical questions- questions brothers.
用同步对象解决临界区问题-兄弟问题。
A synchronization object contains information about aspects of the synchronization process.
同步对象包含有关同步进程方面的信息。
An advantage to message passing is that it ties synchronization to data instead of tying it to an external synchronization object.
消息传递的优点是它将同步绑定到数据,而不是绑定到外部的同步对象。
We have already stated that IOCP is nothing but a thread synchronization object, similar to a semaphore, therefore IOCP is not a sophisticated concept.
我们已经知道,IOCP仅仅是一个线程同步对象,有点像信号量(semaphore),因此IOCP并不是一个难懂的概念。
We have already stated that IOCP is nothing but a thread synchronization object, similar to a semaphore, therefore IOCP is not a sophisticated concept.
我们已经说过,IOCP只不过是线程同步对象,类似的信号,因此IOCP不是一个复杂的概念。
By describing synchronization object, especially event, the application background of the synchronization object and its advantages and usage are discussed.
通过对同步对象,特别是事件的实现方法的描述,探讨同步对象的应用背景、优点和用途。
While the target variable is guaranteed to be only assigned once, the delegate may be called by multiple concurrent threads unless a synchronization object is passed in.
这保证了目标变量只会设置一次。不过,如果没有使用同步对象的话,委托可能会被几个并发线程调用多次。
When the synchronization object is used in one of the wait functions, the wait function blocks the calling thread until the state of the synchronized object is set to signaled.
当在一个等待函数中使用同步对象时,等待函数就会阻塞调用线程,直到同步对象的状态被设置为有信号为止。
You code might set a flag or an internal synchronization object (such as event) so that main thread code would eventually notice it and proceed with raising an external event from there.
你的代码可能设置一个标志或内部同步对象(如事件)使主线程的代码最终会注意到它,并继续从那里筹集外部事件。
Also, if there is a chance that more than one thread might delete the object, the merged approach might not always work. In this situation, it is better to maintain separate synchronization objects.
同时,如果存在超过一个线程会删除对像,这种合并的方法可能会工作异常,在这种情况下,最好是分开维护同步对像。
Finally, notice that references to the GUI components need to be kept available in the object scope so they can be accessed in the synchronization methods.
最后,请注意对GUI组件的引用在对象范围内必须保持可用,这样才能在同步方法中访问这些组件。
This data synchronization pattern can also incorporate mapping of the business object from an application-specific format to a generic format.
这种数据同步模式还可以从应用程序特定的格式到通用格式合并业务对象的映射。
After synchronization, the asset corresponds to a generic object, artifacts correspond to documents, and the relationship of asset and artifacts maps to the relationship added on the generic object.
在执行同步后,资产将与一般对象对应,而工件将与文档对应,并且资产和工件的关系将映射到一般对象中添加的关系。
An object from the heap that would normally not be available to an NHRT can become available because of changes in timing and synchronization between threads.
由于线程之间的计时和同步变化,堆中在正常情况下不可被NHRT使用的对象可能变得可用。
This fact combined with the observations drawn above suggests that a contended synchronization is comparable in cost to at least 50 object creations.
把这一事实和我们上面抽取的观察数据结合在一起,可以看出使用一个争用同步的代价至少相当于创建50个对象。
This is one of the first major pitfalls of transaction processing: ORM-based frameworks require a transaction in order to trigger the synchronization between the object cache and the database.
这是事务处理的主要陷阱之一:基于 ORM 的框架需要一个事务来触发对象缓存与数据库之间的同步。
In the absence of synchronization, it is possible to see an up-to-date value for an object reference that was written by another thread and still see stale values for that object's state.
在缺乏同步的情况下,可能会遇到某个对象引用的更新值(由另一个线程写入)和该对象状态的旧值同时存在。
Multiple threads of control can simultaneously try to push data to the queue or remove data, so you need a mutex object to manage the synchronization.
多个控制线程可以同时在队列中添加数据或删除数据,所以需要用互斥锁对象管理同步。
The simple tests used here suggest that an uncontended synchronization is cheaper than the cost of an object creation or a HashMap lookup.
这里使用的简单测试是说明一个无争用同步的代价要比创建一个对象或查找一个HashMap的代价小。
Provide a synchronization idiom that allows us to publish an object and have it be visible without synchronization.
提供一个同步习惯用法(idiom),以允许我们发布一个对象并且使得它不用同步就可见。
The application (or an adapter) publishes the customer object marked as "created" to a synchronization module running in Process Server.
该应用程序(或适配器)将标记为“已创建”的客户对象发布到ProcessServer中运行的同步模块。
Without any object in the Reflection window, we can no longer use "WaitForXXX" Driver commands to manage the synchronization between the client and server.
如果在Reflection窗口中没有任何对象,就不能使用 “WaitForXXX”驱动程序命令来控制客户端与服务器之间的同步。
These details are left to the profiles that depend on the generic object exchange profile, namely the object push, file transfer, and synchronization profiles.
这些细节都留给依赖它的配置文件,即对象推送,文件传输,和同步配置文件。
This can be used to combine the synchronization point for multiple file handles into a single object.
对于多个文件句柄来说,就可以把这些多个文件句柄合并成一个单独的对象,这个可以被用来结合同步点?
Synchronization blocks are per-object data structures allocated for storing synchronization information.
同步块是为存储同步信息分配的基于对象的数据结构。
Building the model of multimedia object synchronization is the base of multimedia synchronization.
多媒体对象同步模型的建立则是多媒体同步的基础。
Building the model of multimedia object synchronization is the base of multimedia synchronization.
多媒体对象同步模型的建立则是多媒体同步的基础。
应用推荐