kernel/eka/nkern/nkern.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
  1413 	aThread->SetPriority(aPriority);
  1413 	aThread->SetPriority(aPriority);
  1414 	aMutex->Signal();
  1414 	aMutex->Signal();
  1415 	NKern::Unlock();
  1415 	NKern::Unlock();
  1416 	}
  1416 	}
  1417 
  1417 
  1418 
       
  1419 /** Changes the nominal priority of a thread.
       
  1420 
       
  1421 	This function is intended to be used by the EPOC layer and personality layers.
       
  1422 	Do not use this function directly on a Symbian OS thread - use Kern::ThreadSetPriority().
       
  1423 
       
  1424     @param aThread Thread to receive the new priority.
       
  1425     @param aPriority New inherited priority for aThread.
       
  1426     
       
  1427 	@see Kern::SetThreadPriority()
       
  1428 */
       
  1429 void NKern::ThreadSetNominalPriority(NThread* /*aThread*/, TInt /*aPriority*/)
       
  1430 	{
       
  1431 	}
       
  1432 
       
  1433 
       
  1434 #ifndef __SCHEDULER_MACHINE_CODED__
  1418 #ifndef __SCHEDULER_MACHINE_CODED__
  1435 
  1419 
  1436 /** Signals the request semaphore of a nanothread.
  1420 /** Signals the request semaphore of a nanothread.
  1437 
  1421 
  1438 	This function is intended to be used by the EPOC layer and personality
  1422 	This function is intended to be used by the EPOC layer and personality