搜索资源列表
Unix进程通讯及同步互斥机制
- Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism Mutex
pthread_mutex
- (可直接使用)用互斥锁写的一个打印机程序,通过加锁和解锁使得多台打印机可同步工作-(Can be used directly) with the exclusive lock to write a printer process, by locking and unlocking makes the work more than one printer simultaneously
mutex
- The code examples to explain the unix environment for network programming mutex, which is a use mutex
pthreadcc
- For those wishing to develop multi-threaded applications in a C++ class oriented environment. This library allows creation of threads as classes as well as access to multi-threaded programming tools as class abstractions. Even if the basic prog
mutex
- 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)