Symbian3/SDK/Source/GUID-F6903E31-DF4A-572F-BF2C-65CE618F016E.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-F6903E31-DF4A-572F-BF2C-65CE618F016E" xml:lang="en"><title>Kernel
       
    13 side object containers</title><shortdesc>This document describes the use of object containers to maintain
       
    14 kernel objects.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    15 <p>Kernel objects such as mutexes, semaphores, threads, processes, timers
       
    16 are reference counting objects, i.e. they are instances of classes derived
       
    17 from <codeph>CObject</codeph>. The Kernel maintains all such objects in object
       
    18 containers, one container for each type; i.e. one for threads, one for processes,
       
    19 one for mutexes etc. as shown below.</p>
       
    20 <fig id="GUID-BF99B66C-8D6E-5EF2-9087-E6A8C8E3B066">
       
    21 <image href="GUID-C5C42C02-1C22-5537-B966-0F5F78E4D7BE_d0e234301_href.png" placement="inline"/>
       
    22 </fig>
       
    23 <p>See also:</p>
       
    24 <ul>
       
    25 <li id="GUID-5B42BA8B-B983-50D0-87EA-916F3719FBAF"><p><xref href="GUID-E16E286C-FB6A-5D3E-95D6-044C39DBA2B4.dita">The
       
    26 object container</xref> </p> </li>
       
    27 </ul>
       
    28 </conbody></concept>