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.
我正在使用 libSox,这是一个多线程应用程序中的音频处理库。多个线程可能同时调用 libsox 函数。我想知道 libsox 是否是线程安全的,因为我遇到了这个随机崩溃。
不,它不是完全线程安全的。 这个提交在这里说明了这一点。