|
|
|
|
| 请问pthread怎么实现suspend和resume |
 请问pthread怎么实现suspend和resume - goletsgo [ 2006-01-30 07:30 | 122 byte(s)]
 Re: 请问pthread怎么实现suspend和resume - mrchenlei [ 2006-02-09 23:51 | 177 byte(s)]
 Re: 请问pthread怎么实现suspend和resume - drangon_zhou [ 2006-02-10 13:16 | 75 byte(s)]
 Re: 请问pthread怎么实现suspend和resume - goletsgo [ 2006-02-15 19:08 | 33 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
pthread没有这两个函数,我现在要把一段使用resume()和suspend()的windows程序移值到linux上,
请问有没有好的解决方案?
|
|
|
----
HP nc6000/Hiweed-Debian kernel-2.6.8
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
on my view suspend and resume is dangerous,which can make things unknown:when called suspend it is difficult to decide where the thread stopped.
you can use mutex_lock.
|
|
|
[Original]
[Print]
[Top]
|
|
|