mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-28 00:07:09 -05:00
attempt to fix never ending thread. To be tested.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
10162590ae
commit
2044575067
@ -98,16 +98,19 @@ void pqithreadstreamer::stop()
|
||||
|
||||
void pqithreadstreamer::fullstop()
|
||||
{
|
||||
stop();
|
||||
|
||||
while(1)
|
||||
{
|
||||
{
|
||||
RsStackMutex stack(mThreadMutex);
|
||||
|
||||
mToRun = false ;
|
||||
|
||||
if (!mRunning)
|
||||
{
|
||||
std::cerr << "pqithreadstream::fullstop() complete";
|
||||
std::cerr << std::endl;
|
||||
return;
|
||||
}
|
||||
}
|
||||
usleep(1000);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user