kernel/eka/euser/us_ksvr.cpp
changeset 293 0659d0e1a03c
parent 189 a5496987b1da
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  5331 EXPORT_C TInt RLoader::CancelLazyDllUnload()
  5331 EXPORT_C TInt RLoader::CancelLazyDllUnload()
  5332 	{
  5332 	{
  5333 	return SendReceive(ELoaderCancelLazyDllUnload, TIpcArgs() );
  5333 	return SendReceive(ELoaderCancelLazyDllUnload, TIpcArgs() );
  5334 	}
  5334 	}
  5335 
  5335 
       
  5336 EXPORT_C TInt RLoader::RunReaper()
       
  5337 	{
       
  5338 	return SendReceive(ELoaderRunReaper, TIpcArgs() );
       
  5339 	}
       
  5340 
  5336 #ifdef __USERSIDE_THREAD_DATA__
  5341 #ifdef __USERSIDE_THREAD_DATA__
  5337 
  5342 
  5338 EXPORT_C TInt UserSvr::DllSetTls(TInt aHandle, TAny* aPtr)
  5343 EXPORT_C TInt UserSvr::DllSetTls(TInt aHandle, TAny* aPtr)
  5339 //
  5344 //
  5340 // Set the value of the Thread Local Storage variable.
  5345 // Set the value of the Thread Local Storage variable.