#include <dcl/Config.h>
#include <stdlib.h>
#include <dcl/Object.h>
#include <dcl/Exception.h>
#include <dcl/Thread.h>
#include <dcl/StringWriter.h>
#include "LibState.h"
Go to the source code of this file.
◆ __cleanupThreadEnvironment()
| void __cleanupThreadEnvironment |
( |
| ) |
|
|
extern |
Definition at line 347 of file Thread.cpp.
348{
349 __key_delete(__keySelfThread);
350
352 __destroy(__lock[i]);
353}
◆ __initializeThreadEnvironment()
| void __initializeThreadEnvironment |
( |
| ) |
|
|
extern |
Definition at line 339 of file Thread.cpp.
340{
341 __key_create(__keySelfThread);
342
344 __init(__lock[i]);
345}
◆ __LibState__