由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] can a single thread run into deadlock?
相关主题
面试问题一问 (转载)java multi-threading project怎么确定它没有deadlock, race condition?
how to debug multi-thread program?c#怎么测试deadlock, race condition啊?
multithread app的design要注意哪些问题?linux下, 一个thread 正在写文件,如果另一个thread试图去删去这个文件
multi threading 还是 multi processing这样的deadlock如何debug?
How to avoid deadlock ?C10M
问题一枚pthread mutex能不能用与thread和process之间
what is "recursive locks by the same thread"这个函数有问题吗?
c++多线程的工作面试一般会问哪些问题?deque
相关话题的讨论汇总
话题: rem话题: thread话题: jan话题: thu话题: deadlock
进入Programming版参与讨论
1 (共1页)
c***d
发帖数: 996
1
☆─────────────────────────────────────☆
REM (REM) 于 (Thu Jan 11 13:46:17 2007) 提到:
if so, how?
an interview question. thanks.
☆─────────────────────────────────────☆
mxyzptlk (information) 于 (Thu Jan 11 13:55:32 2007) 提到:
wait for a resource already locked by itself before its release

if so, how?
an interview question. thanks.
☆─────────────────────────────────────☆
REM (REM) 于 (Thu Jan 11 14:06:26 2007) 提到:
if it's already locked by the thread ifself, why does the thread
need to
1 (共1页)
进入Programming版参与讨论
相关主题
dequeHow to avoid deadlock ?
C++的一个mutex问题问题一枚
Re: 什么叫活活堵死 (转载)what is "recursive locks by the same thread"
python Global Lockc++多线程的工作面试一般会问哪些问题?
面试问题一问 (转载)java multi-threading project怎么确定它没有deadlock, race condition?
how to debug multi-thread program?c#怎么测试deadlock, race condition啊?
multithread app的design要注意哪些问题?linux下, 一个thread 正在写文件,如果另一个thread试图去删去这个文件
multi threading 还是 multi processing这样的deadlock如何debug?
相关话题的讨论汇总
话题: rem话题: thread话题: jan话题: thu话题: deadlock