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.
我有一个创建多个 pThread 的 C 进程。要休眠并唤醒线程,我正在使用 pThread 条件。但是,我想以 pThreads 可以唤醒它的方式休眠 POSIX 进程。我该怎么做?
如果您只是指多线程进程中的初始线程(从 开始main()的线程),那么它与其他线程非常相似,并且可以使用普通的 pthreads 同步原语。
main()