Examples of using Atomically in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
These calls will not be executed atomically.
O_SHLOCK atomically obtain a shared lock.
This exchange of tokens will succeed atomically.
O_EXLOCK atomically obtain an exclusive lock.
To add a set of rules atomically, e.g. set 18:.
Everything must be tested, but it must be tested atomically.
On InnoDB and XtraDB, it became possible to enter atomically without using double-byte buffers.
The first element is aninteger that describes the number of bytes to send atomically.
Now keep in mind only that you should use atomically to run stm computations.
The Secret proof/ secret lockmechanism guarantees the token swap occurs atomically.
Also I think I know how to make it possible to atomically update any portion of a file.
We are all connected to each other biologically, to the earth chemically,and to the universe atomically.
And the gold that they're finding in these asteroid belts, atomically, you look at Earth gold and this gold- they're the same.
If you create the bookmarklet with auto login option,you will atomically login.
When queue is an mtqueue, all objects are added atomically, and the value of max-length slot is checked.
When the ticket distributor cosigns the aggregate transaction,the swap will happen atomically.
Also, you can atomically swap two rulesets with the command ipfw set swap first-set second-set.
Because the updates are happening on multiple CPUs,upgrading the two images atomically is challenging.
Arc or Atomically Reference Counted is a smart pointer which implements thread-safe reference counting.
Using the synchronized clause, reading of state andwriting of state is now guaranteed to happen atomically.
Open an LTC payment channel on chain cheaply and quickly,then atomically swap for BTC if/when you need to.
After dragging the video from media library to the editing timeline,the Quick fixes area would appears atomically.
Because the atomically of STM makes a transaction(indivisible section), modifying counter do not cause conflicts.
It is made from a two-dimensional material called molybdenum disulphide(MoS2),and the circuitry consists of 115 atomically flat integrated transistors.
The checkAndPut API happens atomically like the typical compareAndSet(CAS) operation found in many hardware architectures.
Dr. Nalamasu received the distinction fortechnical innovation spanning materials development, atomically controlled thin-film fabrication, and commercialization in microelectronics and energy generation and storage.
The link() system call atomically creates the specified directory entry(hard link) name2 with the attributes of the underlying object pointed at by name1.
The central result: When crystalline materials are split,small atomically flat terraces emerge at the split off surfaces which are separated from each other by step edges.
If the message is too long to pass atomically through the underlying protocol, the error EMSGSIZE is returned, and the message is not transmitted.
If queue is an mtqueue, all the objects are enqueued atomically; no other objects from other threads can be inserted between the objects given to a single enqueue! call.