search for: blae

Displaying 3 results from an estimated 3 matches for "blae".

Did you mean: blade
2016 Feb 29
0
[isocpp-parallel] Proposal for new memory_order_consume definition
...feel much of the complexity in the memory order specifications, also with your recent (much better) wording to explain dependency chains, would be much easier if the 'carries-dependency' would be encoded into the types of operands. For purpose of example, let's call the marker "blaeh" (not atomic to not confuse with existing use :) ): int foo; blaeh int global; int *somep; blae int *blaehp; f () { blaehp = &foo; // might be okay, adds restrictions on accesses through // blaehp, but not through 'foo' directly blaehp = &global; if...
1999 Jan 21
0
Initialising share modes failed
Dear all, we have installed Samba 2.0.0 on a Sun Sparc5 running Solaris 2.5.1. /usr/local/samba/bin/smbstatus is telling us: ERROR: Failed to initialise share modes! Can't initialise shared memory-exiting Any idea what's wrong with our system? TIA, Rainer Blaes DaimlerChrysler Aerospace AG, Bremen (Germany)
2016 Feb 27
4
[isocpp-parallel] Proposal for new memory_order_consume definition
On Thu, Feb 25, 2016 at 04:46:50PM -0800, Hans Boehm wrote: > If carries_dependency affects semantics, then it should not be an attribute. I am not picky about the form of the marking. > The original design, or at least my understanding of it, was that it not > have semantics; it was only a suggestion to the compiler that it should > preserve dependencies instead of inserting a fence