Category:Simple components for Ada: Difference between revisions

m
Link to "Race Condition"
(Created)
 
m (Link to "Race Condition")
 
Line 9:
* expression analyzers;
* lock-free data structures (FIFOs and blackboards);
* synchronization primitives (events, [[race condition]] free pulse events, arrays of events, reentrant [[mutex]]es, deadlock-free arrays of [[mutex]]es);
* pseudo-random non-repeating numbers, symmetric encoding and decoding;
* Portable IEEE 754 representations support.