Backed out changeset daa19810f688 (bug 1138620)

This commit is contained in:
Carsten "Tomcat" Book
2015-05-19 11:44:37 +02:00
parent 6bb337f661
commit 67ef3a51c6
3 changed files with 15 additions and 5 deletions

View File

@@ -430,13 +430,18 @@ nsThreadManager::GetHighestNumberOfThreads()
return mHighestNumberOfThreads;
}
#ifdef MOZ_NUWA_PROCESS
void
NS_IMETHODIMP
nsThreadManager::SetIgnoreThreadStatus()
{
#ifdef MOZ_NUWA_PROCESS
GetCurrentThreadStatusInfo()->mIgnored = true;
return NS_OK;
#else
return NS_ERROR_NOT_IMPLEMENTED;
#endif
}
#ifdef MOZ_NUWA_PROCESS
void
nsThreadManager::SetThreadIdle(nsIRunnable **aReturnRunnable)
{