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.
我有一个必须在 Win32/Win64/Linux/MacOSX 下构建的开源项目。
我们想使用 pthreads 来支持我们的多线程范例,但是由于我的项目是开源的,所以一切都必须从源代码构建。因此,我需要将在 Win64 上编译的 pthread 版本的源代码文件。
有谁知道我在哪里可以找到上述文件?
不是 pthread 的直接替代品,但 SDL2 具有与 pthread 非常相似的线程接口,可让您在 linux、osx、windows、android、ios 上构建。
SDL2 线程支持
SDL2 互斥体/条件变量支持