Symbian3/PDK/Source/GUID-3DE276E8-D2C7-5297-AF3B-40B0B8733572.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    30 represented by an <codeph>RThread</codeph> handle, by calling its <codeph>ReadL()</codeph> function.
    30 represented by an <codeph>RThread</codeph> handle, by calling its <codeph>ReadL()</codeph> function.
    31 Copying data <i>to</i> the <i>other</i> thread is similar, but is done using
    31 Copying data <i>to</i> the <i>other</i> thread is similar, but is done using
    32 the <codeph>WriteL()</codeph> function. The following diagram illustrates
    32 the <codeph>WriteL()</codeph> function. The following diagram illustrates
    33 this:</p>
    33 this:</p>
    34 <fig id="GUID-7A4E3725-E6DA-566D-86E0-2941A8D96ACE">
    34 <fig id="GUID-7A4E3725-E6DA-566D-86E0-2941A8D96ACE">
    35 <image href="GUID-40C995CA-9906-59D8-A5E7-08F592031AEE_d0e349498_href.png" placement="inline"/>
    35 <image href="GUID-40C995CA-9906-59D8-A5E7-08F592031AEE_d0e355441_href.png" placement="inline"/>
    36 </fig>
    36 </fig>
    37 <p>The source or target location in the <i>other</i> thread is identified
    37 <p>The source or target location in the <i>other</i> thread is identified
    38 by pointer. The pointer only has meaning within the context of that thread;
    38 by pointer. The pointer only has meaning within the context of that thread;
    39 attempting to reference the pointer directly from within the <i>current</i> thread
    39 attempting to reference the pointer directly from within the <i>current</i> thread
    40 is meaningless and may cause an exception.</p>
    40 is meaningless and may cause an exception.</p>