Re: [Development] qthread exiting

2012-08-14 Thread bradley.hughes
On Aug 14, 2012, at 10:27 AM, ext Thiago Macieira wrote: > On terça-feira, 14 de agosto de 2012 07.36.31, song.7@nokia.com wrote: >> Hi, >> >> When the thread is exiting the destroy_current_thread_data will be called, >> and only if the thread data is adopted, the QThreadPrivate::finish is >

Re: [Development] qthread exiting

2012-08-14 Thread Thiago Macieira
On terça-feira, 14 de agosto de 2012 07.36.31, song.7@nokia.com wrote: > Hi, > > When the thread is exiting the destroy_current_thread_data will be called, > and only if the thread data is adopted, the QThreadPrivate::finish is > called. But normally the thread data always have the isAdopted wi

[Development] qthread exiting

2012-08-14 Thread song.7.liu
Hi, When the thread is exiting the destroy_current_thread_data will be called, and only if the thread data is adopted, the QThreadPrivate::finish is called. But normally the thread data always have the isAdopted with false, then this thread 's status is still running even if it's exited. So cou