Lines Matching full:threaded
100 conditions you might encounter in a multi-threaded program are much worse on SMP
175 multi-threaded code.</p>
1062 <p>When writing single-threaded code, declaring a variable ?volatile? can be
1069 accesses, so you have to be careful in multi-threaded uniprocessor environments
1072 all in multi-threaded SMP environments. The C and C++ language standards are
1264 Multi-threaded updates to non-volatile 64-bit fields are problematic even on
1298 correctly in multi-threaded uniprocessor environments.</p>
1824 <dd>An introduction to multi-threaded programming in C++ and Java, by Hans Boehm. Excellent discussion of data races and basic synchronization methods.
1828 <dd>Published in 2006, this book covers a wide range of topics in great detail. Highly recommended for anyone writing multi-threaded code in Java.