Home

Definition of atomic

Pertaining to an operation where all the transaction data modifications must be performed; either all of the transaction data modifications are performed or none are performed.

Computer Science

Other definitions of atomic

Pertaining to a threading or multiprocessing operation that is performed in a single, uninterruptable step. Operations that are atomic do not require a threading synchronization device such as a critical section, mutex, or semaphore.

Computer Science