由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - about critical section
相关主题
c++是不是准备加一个glue layer把系统给隔离出来?问个semaphore 和 mutex的问题
C++ InitializeCriticalSection问题编程题又一道
Restaurant Reservation System...question about the read/write locker
how to answer this question, thanks问一个读写锁的问题
mutex和semaphore的差别到底是什么?java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?
谁能推荐一个read-writer lock的C++实现? (转载)连续release mutex/semphore 2次有什么问题吗?
精华区翻出来的MS老题,thread safepthread mutex能不能用与thread和process之间
Monitor和semaphore, mutex是什么关系?Multi-thread可以mutex锁资源,Multi-process怎么锁资源?
相关话题的讨论汇总
话题: critical话题: section话题: semaphore话题: mutex话题: 用来
进入Programming版参与讨论
1 (共1页)
k********r
发帖数: 18
1
请教difference between critical section, mutex and semaphore:
critical section a block of codes which requires atomic operation.
mutex and semaphore 是用来实现 critical section的。
就这关系把?
我以前一直以为 mutex and semaphore 是用来限制 resource,
critical section 是用来限制行动的, 感觉理解有误。
h*********s
发帖数: 5
2
mutex and semaphore 可以用来保护critical section的
我对mutex and semaphore 实现不清楚,觉得mutex象是binary semaphore

【在 k********r 的大作中提到】
: 请教difference between critical section, mutex and semaphore:
: critical section a block of codes which requires atomic operation.
: mutex and semaphore 是用来实现 critical section的。
: 就这关系把?
: 我以前一直以为 mutex and semaphore 是用来限制 resource,
: critical section 是用来限制行动的, 感觉理解有误。

1 (共1页)
进入Programming版参与讨论
相关主题
Multi-thread可以mutex锁资源,Multi-process怎么锁资源?mutex和semaphore的差别到底是什么?
critical section semaphore muta的问题谁能推荐一个read-writer lock的C++实现? (转载)
c++问题精华区翻出来的MS老题,thread safe
thread c++ 问题Monitor和semaphore, mutex是什么关系?
c++是不是准备加一个glue layer把系统给隔离出来?问个semaphore 和 mutex的问题
C++ InitializeCriticalSection问题编程题又一道
Restaurant Reservation System...question about the read/write locker
how to answer this question, thanks问一个读写锁的问题
相关话题的讨论汇总
话题: critical话题: section话题: semaphore话题: mutex话题: 用来