由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Joke版 - 请教这段Code到底是哪错了? (转载)
相关主题
请教这段Code到底是哪错了? (转载)请教这段Code到底是哪错了?
纽约公园五位少侠不会被起诉 (转载)连续release mutex/semphore 2次有什么问题吗? (转载)
借着萝卜洋葱问题 问个我一直搞不懂的礼节问题 (转载)连续release mutex/semphore 2次有什么问题吗?
程序员的生活 (转载)failed bloomberg phone interview
慎用linux靠,总算发现1040哪错了
huaren大妈:有公司这样吗? 自己的code非要别人check (转载)这题哪错了?
正三角是什么意思?input a string "hello word", print l:3 o:2 e:1 d:1 h:1 r:1 w:1.不知道哪错了
请教这段Code到底是哪错了?问个dutch flag
相关话题的讨论汇总
话题: ma话题: mb话题: release话题: code话题: mutex
进入Joke版参与讨论
1 (共1页)
n******6
发帖数: 1829
1
【 以下文字转载自 CS 讨论区 】
发信人: Lyfinger (Lyted), 信区: CS
标 题: 请教这段Code到底是哪错了?
发信站: BBS 未名空间站 (Tue Mar 22 19:07:59 2011, 美东)
Find, correct and explain the defect in the following code snippet.
Mutex mA;
Mutex mB;
Take(mA);
Take(mB);
DoSomething();
Release(mA);
Release(mB);
w*******g
发帖数: 9932
2
呵呵. 什么问题这是

【在 n******6 的大作中提到】
: 【 以下文字转载自 CS 讨论区 】
: 发信人: Lyfinger (Lyted), 信区: CS
: 标 题: 请教这段Code到底是哪错了?
: 发信站: BBS 未名空间站 (Tue Mar 22 19:07:59 2011, 美东)
: Find, correct and explain the defect in the following code snippet.
: Mutex mA;
: Mutex mB;
: Take(mA);
: Take(mB);
: DoSomething();

o***y
发帖数: 111
3
Release(mB)
Release(mA)

【在 n******6 的大作中提到】
: 【 以下文字转载自 CS 讨论区 】
: 发信人: Lyfinger (Lyted), 信区: CS
: 标 题: 请教这段Code到底是哪错了?
: 发信站: BBS 未名空间站 (Tue Mar 22 19:07:59 2011, 美东)
: Find, correct and explain the defect in the following code snippet.
: Mutex mA;
: Mutex mB;
: Take(mA);
: Take(mB);
: DoSomething();

m******n
发帖数: 1691
4
Release的顺序无关紧要,因为不可能阻塞。
马德,到底有没有学过数据结构啊?!
你文科生?

【在 o***y 的大作中提到】
: Release(mB)
: Release(mA)

1 (共1页)
进入Joke版参与讨论
相关主题
问个dutch flag慎用linux
大牛帮我看看这哪错了? iterative inorder traversalhuaren大妈:有公司这样吗? 自己的code非要别人check (转载)
版主请进正三角是什么意思?
求分析,我的心态到底哪错了请教这段Code到底是哪错了?
请教这段Code到底是哪错了? (转载)请教这段Code到底是哪错了?
纽约公园五位少侠不会被起诉 (转载)连续release mutex/semphore 2次有什么问题吗? (转载)
借着萝卜洋葱问题 问个我一直搞不懂的礼节问题 (转载)连续release mutex/semphore 2次有什么问题吗?
程序员的生活 (转载)failed bloomberg phone interview
相关话题的讨论汇总
话题: ma话题: mb话题: release话题: code话题: mutex