Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划在 RMO 内存模型下,在 SPARC 架构上运行一些基于 pthread 的并行应用程序。我只是想知道 pthread 实现是否可以安全地用于这种内存模型,或者我需要一个自定义锁定库?
谢谢,
E.
这是对您的问题的深入讨论。
http://developers.sun.com/solaris/articles/atomic_sparc/
简短的回答:
pthreads == 好的。