kernel/eka/nkern/nkern.cpp
branchRCL_3
changeset 256 c1f20ce4abcf
parent 0 a41df078684a
child 257 3e88ff8f41d5
child 273 6a75fa55495f
equal deleted inserted replaced
249:a179b74831c9 256:c1f20ce4abcf
  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 
  1418 #ifndef __SCHEDULER_MACHINE_CODED__
  1434 #ifndef __SCHEDULER_MACHINE_CODED__
  1419 
  1435 
  1420 /** Signals the request semaphore of a nanothread.
  1436 /** Signals the request semaphore of a nanothread.
  1421 
  1437 
  1422 	This function is intended to be used by the EPOC layer and personality
  1438 	This function is intended to be used by the EPOC layer and personality