We added locking for multi-threaded programs.
我们为多线程程序添加锁。
See Disabling file locking for more information on this topic.
参见解除文件锁定功能了解更多相关信息。
Also included is drive-away locking for occupant security against possible external threats.
还包括驱动器以外的乘员安全锁对可能的外部威胁。
The main problem with using P8 cooperative locking for this use case is that it is only cooperative locking.
在该用例中使用P 8合作锁的主要问题是它仅是合作锁。
Having analysed the method of file-locking in WPS, this paper gives the means for locking for the password of a locked file.
通过分析WPS系统对文件加密的方法,给出了查找加密文件口令的方法。
However, you can use volatile to ensure the visibility of the current value when reading, so you use locking for all mutative operations and volatile for read-only operations.
然而,您可以在读操作中使用volatile确保当前值的可见性,因此可以使用锁进行所有变化的操作,使用volatile进行只读操作。
For the shear part, the assumed natural strain method is employed to construct the shear strains to obtain pertinent stiffness matrix and overcome shear locking for thin shell problems.
而剪切部分则采用假设自然应变的方法来获得能克服薄壳下剪切自锁的新剪应变并用于计算此部分的刚度矩阵。
The pulse width modulator SG3525 has been used in various areas for its functions such as locking for the lack of pressure, closing system fault, soft starting, delaying PWM drive and so on.
脉宽调制器SG3525具有欠压锁定、系统故障关闭、软起动、延时pwm驱动等功能,因而得到广泛应用。
Walrus does not provide locking for object writes; however, as is the case with S3, you are guaranteed that a consistent copy of the object is saved if there are concurrent writes to the same object.
Walrus不提供对象的写锁定;但是由于它与S3 一样,因此要保证如果对同一个对象并发写入,保存的是一致的对象副本。
It can be desirable to have a small and deterministic cost for locking that is known to be uncontested but where synchronization directives are hard to avoid or remove.
如果已知锁定是无争用的但是难以避免或删除同步指令,则对这些锁定花费一点小的确定的开销不失为明智的做法。
In particular, without the GPL, hardware drivers could give vendors a tool for locking people in to a particular kernel because only their kernel can support a particular piece of hardware.
尤其是,如果没有GPL,供应商就可以借助硬件驱动程序将使用者锁定到它们提供的内核,因为只有这个内核可以支持某个特定的硬件。
When scanning an MDC table, block locking could be deferred for an index scan.
当扫描一个mdc表时,对于索引扫描,块锁可以推迟。
In addition to the other concurrency utilities for locking and atomic operations, expect to use these classes regularly.
除了用于锁定和原子操作的其他并发实用程序,这些类也会经常使用。
With .NET 2.0 and generic collections, Microsoft decided to dump the internal locking mechanisms for collections.
而在.NET 2.0和泛型集合中,微软决定放弃集合的内部锁定机制。
DB2 has to implement a locking strategy for an online backup.
DB 2必须为在线备份实现一个锁策略。
Optimistic transaction locking is generally preferred for its performance characteristics and reduced likelihood of deadlock situations.
乐观事务锁定通常以其高性能和死锁发生可能性较低的特点而被首选使用。
Create a DB2 table for resource locking.
为资源锁定创建一个db2表。
Database concurrency strategy causes WebLogic Server to delegate locking requests for an entity bean to the underlying datastore.
Database并发策略可以使WebLogicServer将对实体bean的锁定请求委派给基础数据存储库。
A new type of lock called seqlock has been introduced for locking a small section of data (no Pointers) that is frequently accessed.
引入了一个叫做seqlock的新类型的锁,用于锁定小段的经常被访问的数据(不是指针)。
In addition to escape analysis and lock elision, Mustang has some other optimizations for locking performance as well.
除了Escape分析和锁省略,Mustang还有一些锁定性能方面的优化。
There are two models for locking data in a database.
在数据库中锁定数据有两个模型。
There are POSIX services for locking a pthread_mutex and unlocking a pthread_mutex.
有一些POSIX服务可用于锁定pthread _ mutex和为pthread _ mutex解锁。
On Linux x86, you can use a compare and swap operation to implement atomic locking. For example, a sample implementation for compare and swap on Linux x86 can be the following.
在Linuxx86上,您可以使用一个compare和swap操作来实现原子锁。
On Solaris SPARC, atomic operation for locking can be implemented as the following.
在SolarisSPARC上,加锁的原子操作可以如下实现。
The mutex API provides five functions: three are used for locking, one for unlocking, and another for testing a mutex.
互斥锁api提供了5个函数:其中3个用于锁定,一个用于解锁,另一个用于测试互斥锁。
Fixed for UPDATE statements not generated for pessimistic locking.
修复了不会生成悲观锁定的FOR UPDATE语句。
Such a column is need for optimistic locking to implement long conversion (application transaction).
乐观锁需要这个字段来实现长对话(应用程序事务)[译注:session译为会话,conversion译为对话,以示区别]。
Locking properties for parts in a pattern can be very useful, but you should balance this capability against enabling maximum pattern reuse.
模式中的部件的锁定属性有时非常有用,但您应该平衡一下此功能与最高的模式重用性。
Again, this can be prevented by locking the collection for the duration of iteration.
同样,也可以通过在迭代期间锁定集合防止这个问题。
However, block locking was not be deferred for table scans.
然而,对于表扫描,块锁不会推迟。
应用推荐