18#ifndef _DECAF_UTIL_CONCURRENT_ABSTRACTOWNABLESYNCHRONIZER_H_
19#define _DECAF_UTIL_CONCURRENT_ABSTRACTOWNABLESYNCHRONIZER_H_
A Thread is a concurrent unit of execution.
Definition: Thread.h:64
Base class for locks that provide the notion of Ownership, the types of locks that are implemented us...
Definition: AbstractOwnableSynchronizer.h:38
virtual ~AbstractOwnableSynchronizer()
AbstractOwnableSynchronizer()
decaf::lang::Thread * getExclusiveOwnerThread() const
Gets the Thread that was last set using the setExclusiveOwnerThread method, or NULL if no Thread has ...
void setExclusiveOwnerThread(decaf::lang::Thread *thread)
Sets the Thread that has exclusive ownership of this Synchronizer, can be NULL to indicate that no Th...
#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