rt_gccstream/libjava/java/util/concurrent/CountDownLatch$Sync.h

27 lines
715 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_util_concurrent_CountDownLatch$Sync__
#define __java_util_concurrent_CountDownLatch$Sync__
#pragma interface
#include <java/util/concurrent/locks/AbstractQueuedSynchronizer.h>
class java::util::concurrent::CountDownLatch$Sync : public ::java::util::concurrent::locks::AbstractQueuedSynchronizer
{
public: // actually package-private
CountDownLatch$Sync(jint);
jint getCount();
public:
jint tryAcquireShared(jint);
jboolean tryReleaseShared(jint);
private:
static const jlong serialVersionUID = 4982264981922014374LL;
public:
static ::java::lang::Class class$;
};
#endif // __java_util_concurrent_CountDownLatch$Sync__