equal
deleted
inserted
replaced
|
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-47F14C10-3ACD-583C-9E7D-84641229A771" xml:lang="en"><title>Thread |
|
13 and Process Management Example Code</title><shortdesc>This example shows the use of thread local storage as implemented |
|
14 by the statically linked DLL built by the <filepath>TLS1dll</filepath> example. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
15 <section id="GUID-551683AE-127A-4808-9AE0-3DDDF72F60C6"><title>Download</title> <p>Download the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-0596853a-614f-426b-93ac-0d8a1cbea97a.zip" scope="external">TLS1.zip</xref>. </p><p>Download some additional files required |
|
16 by the example: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/zips/guid-4184e6d4-8dbe-4267-b1a3-8737c8bf64ce.zip" scope="external">CommonFramework.zip</xref></p><p>View the source code: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-0596853a-614f-426b-93ac-0d8a1cbea97a.html" scope="peer">browse</xref>. View the additional files: <xref href="guid-6013a680-57f9-415b-8851-c4fa63356636/guid-4184e6d4-8dbe-4267-b1a3-8737c8bf64ce.html" scope="peer">browse</xref>.</p> </section> |
|
17 <section id="GUID-B6C11325-14AB-4272-AC43-D6A9DD50A1F3"><title>Description</title> <p><filepath>TLS1exe</filepath> is the |
|
18 executable that uses the <filepath>TLSI.dll</filepath>. </p> </section> |
|
19 <section id="GUID-B55F98C6-4064-47E5-A275-0A13DE0EF660"><title>Build Notes</title> <p> <filepath>TLS1dll</filepath> must |
|
20 be built first. </p> </section> |
|
21 <section id="GUID-20A676FF-4679-47D9-A1D7-FF5408BC6261"><title>Security issues</title> <p>The example requires no specific |
|
22 capabilities in order to run - and does not demonstrate any security issues. </p> </section> |
|
23 </conbody></concept> |