Hi,
I have some questions about scheduler:
1. Is there a scheduler in one thread?
2. In multi-thread case, how to schedule these threads by scheduler?
3. I see the iNumAOAdded++, but no iNumAOAdded-- as follows
void PVActiveBase::AddToScheduler()
{
iThreadContext.EnterThreadContext();
if (iThreadContext.iScheduler)
{
iAddedNum = iThreadContext.iScheduler->iNumAOAdded++;
...
}
}
Does it adds the counter as calling AddToScheduler?
Best Regards
Jason
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---