搜索资源列表
qsystemsemaphore_unix
- QSystem Semaphore Private for Embedded Linux.
qsystemsemaphore_win
- modify Semaphore for Embedded Linux.
qsystemsemaphore
- The QSystemSemaphore class provides a general counting system semaphore for Linux.
Sobel-edge-detection(Semaphores)
- 使用semaphore实现Sobel边缘检测的并行运算-Sobel edge detection using semaphore to achieve parallel computing
readerwriter
- 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h, h,used as a counter and mutex between 2 writers.Main function create 3 reader thread an
