activemq-cpp-3.8.2
PlatformDefs.h File Reference

Go to the source code of this file.

Data Structures

struct  decaf::internal::util::concurrent::RWLOCK
 

Namespaces

 decaf
 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 
 decaf::internal
 
 decaf::internal::util
 
 decaf::internal::util::concurrent
 

Macros

#define PLATFORM_THREAD_RETURN()   return 0;
 
#define PLATFORM_THREAD_CALLBACK_TYPE   unsigned
 
#define PLATFORM_DEFAULT_STACK_SIZE   0x8000
 
#define PLATFORM_CALLING_CONV   __stdcall
 

Macro Definition Documentation

◆ PLATFORM_CALLING_CONV

#define PLATFORM_CALLING_CONV   __stdcall

◆ PLATFORM_DEFAULT_STACK_SIZE

#define PLATFORM_DEFAULT_STACK_SIZE   0x8000

◆ PLATFORM_THREAD_CALLBACK_TYPE

#define PLATFORM_THREAD_CALLBACK_TYPE   unsigned

◆ PLATFORM_THREAD_RETURN

#define PLATFORM_THREAD_RETURN ( )    return 0;