mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			717 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			717 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __java_util_concurrent_locks_ReentrantLock$FairSync__
 | 
						|
#define __java_util_concurrent_locks_ReentrantLock$FairSync__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/util/concurrent/locks/ReentrantLock$Sync.h>
 | 
						|
 | 
						|
class java::util::concurrent::locks::ReentrantLock$FairSync : public ::java::util::concurrent::locks::ReentrantLock$Sync
 | 
						|
{
 | 
						|
 | 
						|
public: // actually package-private
 | 
						|
  ReentrantLock$FairSync();
 | 
						|
  void lock();
 | 
						|
public: // actually protected
 | 
						|
  jboolean tryAcquire(jint);
 | 
						|
private:
 | 
						|
  static const jlong serialVersionUID = -3000897897090466540LL;
 | 
						|
public:
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __java_util_concurrent_locks_ReentrantLock$FairSync__
 |