Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for ThreadSafe 7 found (13 total)

alternate case: threadSafe

Visual Prolog (625 words) [view diff] case mismatch in snippet view article find links to article

Component. Version 9 introduces bounded polymorphism, extension predicates, threadsafe lock free fact databases, named parameters. Version 8 introduces presenters
Treiber stack (574 words) [view diff] exact match in snippet view article find links to article
using Treiber's algorithm * * @author Brian Goetz and Tim Peierls */ @ThreadSafe public class ConcurrentStack <E> { AtomicReference<Node<E>> top = new
List comprehension (2,556 words) [view diff] case mismatch in snippet view article find links to article
expression valid inside an 'if', and any variable name may be chosen. It's not threadsafe, however. Usage example: list<int> N; list<double> S; for (int i = 0;
Mutual exclusion (2,336 words) [view diff] case mismatch in snippet view article find links to article
system calls used to sleep an entire process. Until such calls became threadsafe, there was no proper mechanism for sleeping a single thread within a process
List of finite element software packages (259 words) [view diff] case mismatch in snippet view article find links to article
multithreading Using OpenMP, RAJA, or OCCA backends Threading Build Blocks threadsafe, some modules threaded and vectorized. Yes OpenMP: Yes Yes Yes Yes (vectorization
IBM RPG (3,529 words) [view diff] case mismatch in snippet view article find links to article
set, but also supports UTF-8, UTF-16 and many other character sets. The threadsafe aspects of the language are considered idiosyncratic by some as the compiler
JavaFX (3,953 words) [view diff] case mismatch in snippet view article find links to article
constructed on background threads and then attached to "live" scenes in a threadsafe manner. On May 26, 2011, Oracle released the JavaFX 2.0 Beta. The beta