2005/5/9

     
 

core_syslocal_h

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

core_syslocal.h File Reference

#include "../../Config.h"
#include "core_threadsys.h"
#include "core_fastmutex.h"
#include "../System.h"

Namespaces

namespace  acdk
namespace  acdk::lang
namespace  acdk::lang::sys

Defines

#define ACDK_OS_SUPPORT_TLS   1
#define DECLARE_STATIC_SPECIFIC(Type, Name)   extern __thread Type Name
#define DEFINE_STATIC_SPECIFIC(Type, Name)   __thread Type Name
#define ACDK_SUPPORT_STATIC_THREADLOCAL   1


Define Documentation

#define ACDK_OS_SUPPORT_TLS   1
 

#define ACDK_SUPPORT_STATIC_THREADLOCAL   1
 

#define DECLARE_STATIC_SPECIFIC Type,
Name   )     extern __thread Type Name
 

#define DEFINE_STATIC_SPECIFIC Type,
Name   )     __thread Type Name