争用状态 meaning in Chinese
contention mode
Examples
- Unresolved contention for the use of a resource
为使用同一资源而产生的无法解决的争用状态。 - Preventing race conditions by using locks
使用锁来防止争用状态 - In order to avoid a race condition with
来避免争用状态。 - You can protect critical sections of your code from race conditions by employing locks
您可以通过使用“锁”来保护代码的关键部分免受争用状态的损坏。 - This situation is called a race condition and is a common concern in multithreaded programming
这种情况被称作争用状态,它是多线程编程中的常见问题。