18#ifndef _DECAF_INTERNAL_DECAFRUNTIME_H
19#define _DECAF_INTERNAL_DECAFRUNTIME_H
36 DecafRuntime(
const DecafRuntime&);
37 DecafRuntime& operator=(
const DecafRuntime&);
decaf::util::concurrent::Mutex * getGlobalLock()
Gets a pointer to the Decaf Runtime's Global Lock object, this can be used by Decaf APIs to synchroni...
apr_pool_t * getGlobalPool() const
Grants access to the Global APR Pool instance that should be used when creating new threads.
virtual ~DecafRuntime()
Terminates the APR Runtime for a library.
DecafRuntime()
Initializes the APR Runtime for a library.
Mutex object that offers recursive support on all platforms as well as providing the ability to use t...
Definition Mutex.h:39
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25