18 #ifndef _DECAF_UTIL_CONCURRENT_LOCK_H_ 19 #define _DECAF_UTIL_CONCURRENT_LOCK_H_ 92 #endif // _DECAF_UTIL_CONCURRENT_LOCK_H_ bool isLocked() const
Indicates whether or not the object is locked.
Definition: Lock.h:86
#define DECAF_API
Definition: Config.h:29
The interface for all synchronizable objects (that is, objects that can be locked and unlocked)...
Definition: Synchronizable.h:37
A wrapper class around a given synchronization mechanism that provides automatic release upon destruc...
Definition: Lock.h:34
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25