We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#include "libipc/mutex.h"
定义进程间互斥锁类ipc::sync::mutex。
ipc::sync::mutex
#include "libipc/mutex.h" ipc::sync::mutex mtx("shared_mutex"); mtx.lock(); // 临界区 mtx.unlock();
Home Tutorial Platform Support
ipc::buffer
ipc::route
ipc::channel
进程间同步
ipc::sync::semaphore
ipc::sync::condition
线程内同步
ipc::spin_lock
ipc::rw_lock
ipc::shm::handle