synchronized
- adjective
- /ˈsɪŋkrəˌnaɪzd/
- Specialized
- In a multithreaded application, using synchronized methods ensures that only one thread can modify the shared resource at a time.
Examples
-
The program uses synchronized blocks to prevent multiple threads from accessing the same data simultaneously.
-
By making the variable synchronized, we avoid data corruption when multiple threads try to read and write to it.
-
In C# and Java, the synchronized methods, well, those are solid blocks of cheese.
-
There's no real time synchronized mechanism that really makes life more complex.
-
And that has less computing power than your your cell phone, but it's synchronized the Physiology with the video time code.
Antonyms
How Thread-Safe
Surface Forms
Morphology
synchronized = synchronize (transparent) = syn + chron + ize + ed
The word 'synchronized' is transparently derived from 'synchronize' by adding the suffix '-ed' to form the adjective.
Etymology
Synchronized uses the same Greek parts syn- ('together') and chron- ('time'), which helps explain the computing sense: a 'synchronized' method or block makes actions happen in order by letting only one piece run at a time, like a lock that keeps operations safe from each other.