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
>
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
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