thread safe variables的意思|示意

美 / / 英 / /

线程安全变量


thread safe variables的网络常见释义

线程安全变量 ...在 CVI 3.3.1 综合传动装置结构分析中提供了三种数据保护的机制:线程锁(threadlock)、线程安全变量(thread safe variables)和线程安全队列。

thread safe variables相关例句

The first condition disqualifies volatile variables from being used as thread-safe counters.

第一个条件的限制使volatile变量不能用作线程安全计数器。

Do not use volatile variables. Lock your object or fields instead to guarantee deterministic and thread-safe Access.

不要使用不稳定变量。锁定对象或域,而不是去保证决定性和线程安全访问。