Memory barriers in userspace? (Linux, x86-64)

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2009-07-26T17:25:21Z Indexed on 2010/04/04 4:03 UTC
Read the original article Hit count: 263

It is easy to set memory barriers on the kernel side: the macros mb, wmb, rmb, etc. are always in place thanks to the Linux kernel headers.

How to accomplish this on the user side?

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++