18 #ifndef _DECAF_INTERNAL_UTIL_CONCURRENT_UNIX_PLATFORMDEFS_H_ 19 #define _DECAF_INTERNAL_UTIL_CONCURRENT_UNIX_PLATFORMDEFS_H_ 51 #define PLATFORM_THREAD_RETURN() return 0; 52 #define PLATFORM_THREAD_CALLBACK_TYPE void* 53 #define PLATFORM_DEFAULT_STACK_SIZE 0x8000 54 #define PLATFORM_CALLING_CONV void * PLATFORM_THREAD_ENTRY_ARG
Definition: PlatformDefs.h:50
pthread_mutex_t * decaf_mutex_t
Definition: PlatformDefs.h:59
pthread_t decaf_thread_t
Definition: PlatformDefs.h:56
pthread_cond_t * decaf_condition_t
Definition: PlatformDefs.h:58
pthread_rwlock_t * decaf_rwmutex_t
Definition: PlatformDefs.h:60
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25
pthread_key_t decaf_tls_key
Definition: PlatformDefs.h:57