This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Atomics in C++11


Greetings,

I was wondering if its possible to use the C11 atomics library for multithreading

GCC. Not sure if its a good idea due to concerns about older plaforms not having

a C11 supported libraries or compiler.

If not then the best way is pthreads key support and other posix thread supports.

Thanks,

Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]