Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



Thread and process management example code


TLS1dll—DLL implementing thread local storage (1)

Found in: epoc32ex\Base\ThreadsAndProcesses\TLS1

See TLS1exe: Thread local storage (1).

[Top]


TLS1exe—thread local storage (1)

Found in: epoc32ex\Base\ThreadsAndProcesses\TLS1


Description

This example shows the use of thread local storage as implemented by the statically linked DLL built by the TLS1dll example. TLS1exe is the executable which uses this DLL.


Build Notes

TLS1dll must be built first.


Usage

Run the example either under WINS or on the ARMI platform.


Classes used

[Top]


TLS2dll—DLL implementing thread local storage (2)

Found in: epoc32ex\Base\ThreadsAndProcesses\TLS2

See TLS2exe: Thread local storage (2).

[Top]


TLS2exe—thread local storage (2)

Found in: epoc32ex\Base\ThreadsAndProcesses\TLS2


Description

These examples show the use of thread local storage as implemented by the statically linked DLL built by the TLS2dll example. TLS2exe is the executable which uses this DLL.


Build Notes

TLS2dll must be built first.


Usage

Run the example either under WINS or on the ARMI platform.


Classes used