Quantcast
Channel: What is atomic in boost / C++0x / C++1x / computer sciences? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Palax for What is atomic in boost / C++0x / C++1x / computer sciences?

Is intended for multithreading. It avoids you to have concurrent threads mix operations. An atomic operation is an indivisible operation. You can’t observe such an operation half-done from any thread...

View Article



Answer by HWM-Rocker for What is atomic in boost / C++0x / C++1x / computer...

AFAIK you could use atomic functions to create your own semaphores etc. The name atomic came from atom, you cant break it smaller, so those function calls can't be "broken apart" and paused by the...

View Article

Answer by peoro for What is atomic in boost / C++0x / C++1x / computer sciences?

Atomic refers to something which is not divisible.An atomic expression is one that is actually executed by a single operation.For example a++ is not atomic, since to exec it you need first to get the...

View Article

What is atomic in boost / C++0x / C++1x / computer sciences?

What is atomic in C/C++ programming ?I just visited the dearly cppreference.com (well I don't take the title for granted but wait for my story to finish), and the home changed to describe some of the...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>