OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [concurrent/] [locks/] [ReentrantReadWriteLock$FairSync.h] - Rev 758

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_util_concurrent_locks_ReentrantReadWriteLock$FairSync__
#define __java_util_concurrent_locks_ReentrantReadWriteLock$FairSync__
 
#pragma interface
 
#include <java/util/concurrent/locks/ReentrantReadWriteLock$Sync.h>
 
class java::util::concurrent::locks::ReentrantReadWriteLock$FairSync : public ::java::util::concurrent::locks::ReentrantReadWriteLock$Sync
{
 
public: // actually package-private
  ReentrantReadWriteLock$FairSync();
  jboolean writerShouldBlock(::java::lang::Thread *);
  jboolean readerShouldBlock(::java::lang::Thread *);
private:
  static const jlong serialVersionUID = -2274990926593161451LL;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_util_concurrent_locks_ReentrantReadWriteLock$FairSync__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.