atomic operations 中文意思是什麼

atomic operations 解釋
整數型別上的原子操作
  1. Under the hood, operations on atomic variables get turned into the hardware primitives that the platform provides for concurrent access, such as compare - and - swap

    在表面之下,原子變量的操作會變為平臺提供的用於並發訪問的硬體原語,比如比較並交換。
  2. This means that only single, atomic operations are necessary to modify

    這意味著只需要執行單個原子操作就能修改
  3. Provides atomic operations for variables that are shared by multiple threads

    為多個線程共享的變量提供原子操作。
  4. The first processors that supported concurrency provided atomic test - and - set operations, which generally operated on a single bit

    支持並發的第一個處理器提供原子的測試並設置操作,通常在單位上運行這項操作。
  5. 3. atomic transaction group is brought forward and implemented on the basis of operations by conventional backup

    在傳統備份操作的基礎上,提出並實現了原子事務組的概念。
  6. In contrast, jfs uses techniques originally developed for databases to log information about operations performed on the file system meta - data as atomic transactions

    相反, jfs使用原來為數據庫開發的技術,記錄了文件系統元數據上執行的操作(即原子事務)信息。
  7. A task is a unit of executable code used by msbuild to perform atomic build operations

    任務是msbuild用來執行原子生成操作的可執行代碼單元。
  8. While writes to volatile variables are guaranteed to be immediately visible to other threads, there is no way to render a read - modify - write sequence of operations atomic, meaning, for example, that a volatile variable cannot be used to reliably implement a mutex mutual exclusion lock or a counter

    雖然可以保證其他變量可以立即看到對可變變量的寫入,但無法呈現原子操作的讀-修改-寫順序,這意味著(比如說)可變變量無法用來可靠地實現互斥(互斥鎖定)或計數器。
  9. Operations meant to be atomic have likely been interrupted after partial completion, leaving application data in an unpredictable state. a

    被設計為原子操作的操作可能在完成一部分后中斷了,從而使應用程序數據處在一種不可預知的狀態。
分享友人