activemq-cpp-3.9.5
PlatformDefs.h File Reference

Go to the source code of this file.

Namespaces

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

Macros

#define PLATFORM_THREAD_RETURN()
 
#define PLATFORM_THREAD_CALLBACK_TYPE   void*
 
#define PLATFORM_MIN_STACK_SIZE   0x8000
 
#define PLATFORM_CALLING_CONV
 

Typedefs

typedef void * decaf::internal::util::concurrent::PLATFORM_THREAD_ENTRY_ARG
 
typedef pthread_t decaf::internal::util::concurrent::decaf_thread_t
 
typedef pthread_key_t decaf::internal::util::concurrent::decaf_tls_key
 
typedef pthread_cond_t * decaf::internal::util::concurrent::decaf_condition_t
 
typedef pthread_mutex_t * decaf::internal::util::concurrent::decaf_mutex_t
 
typedef pthread_rwlock_t * decaf::internal::util::concurrent::decaf_rwmutex_t
 

Macro Definition Documentation

◆ PLATFORM_CALLING_CONV

#define PLATFORM_CALLING_CONV

◆ PLATFORM_MIN_STACK_SIZE

#define PLATFORM_MIN_STACK_SIZE   0x8000

◆ PLATFORM_THREAD_CALLBACK_TYPE

#define PLATFORM_THREAD_CALLBACK_TYPE   void*

◆ PLATFORM_THREAD_RETURN

#define PLATFORM_THREAD_RETURN ( )
Value:
return 0;