由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问个semaphore 和 mutex的问题
相关主题
Restaurant Reservation System...question about the read/write locker
about critical sectionc++是不是准备加一个glue layer把系统给隔离出来?
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怎么锁资源?
编程题又一道C++ InitializeCriticalSection问题
相关话题的讨论汇总
话题: mutex话题: semaphore话题: 问个话题: hao话题: release
进入Programming版参与讨论
1 (共1页)
h****b
发帖数: 157
1
binary semaphore 和 mutex 有啥分别? google过,好像说是ownership不一样,BS
任何
thread可以release, mutex只允许lock他的release. 谁给讲讲?先谢了
z****e
发帖数: 2024
2
what is semaphore? 3x.
S**I
发帖数: 15689
3
没学过操作系统和多线程编程?:)

【在 z****e 的大作中提到】
: what is semaphore? 3x.
z****e
发帖数: 2024
4
学过操作系统,but wang guang guang le. and i didn't hao hao xue, when in
college.
多线程编程, know some but not in depth. again, i didn't hao hao xue, when in
college:(.
i always chao zuo ye :).

【在 S**I 的大作中提到】
: 没学过操作系统和多线程编程?:)
w***g
发帖数: 5958
5
你说的貌似有道理。可能就是这点区别。

【在 h****b 的大作中提到】
: binary semaphore 和 mutex 有啥分别? google过,好像说是ownership不一样,BS
: 任何
: thread可以release, mutex只允许lock他的release. 谁给讲讲?先谢了

b******n
发帖数: 592
6
t***y
发帖数: 22
7
mutex可以嵌套,sem不行。
1 (共1页)
进入Programming版参与讨论
相关主题
C++ InitializeCriticalSection问题谁能推荐一个read-writer lock的C++实现? (转载)
Re: 问个cisco的mutex的面试题精华区翻出来的MS老题,thread safe
业余人士来问个程序结构问题Monitor和semaphore, mutex是什么关系?
问个正则表达式的问题编程题又一道
Restaurant Reservation System...question about the read/write locker
about critical sectionc++是不是准备加一个glue layer把系统给隔离出来?
how to answer this question, thanks问一个读写锁的问题
mutex和semaphore的差别到底是什么?java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?
相关话题的讨论汇总
话题: mutex话题: semaphore话题: 问个话题: hao话题: release