URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [concurrent/] [CountDownLatch$Sync.h] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log