mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
27 lines
715 B
C++
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__
|