18#ifndef _DECAF_UTIL_CONCURRENT_ABSTRACTOWNABLESYNCHRONIZER_H_
19#define _DECAF_UTIL_CONCURRENT_ABSTRACTOWNABLESYNCHRONIZER_H_
45 AbstractOwnableSynchronizer(
const AbstractOwnableSynchronizer&);
46 AbstractOwnableSynchronizer& operator= (
const AbstractOwnableSynchronizer&);
A Thread is a concurrent unit of execution.
Definition Thread.h:64
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
Definition ThreadingTypes.h:31
Definition AbstractOwnableSynchronizer.h:29
Definition AbstractExecutorService.h:28
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25