Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
|
@ -0,0 +1,25 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_util_concurrent_locks_ReentrantLock$NonfairSync__
|
||||
#define __java_util_concurrent_locks_ReentrantLock$NonfairSync__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/util/concurrent/locks/ReentrantLock$Sync.h>
|
||||
|
||||
class java::util::concurrent::locks::ReentrantLock$NonfairSync : public ::java::util::concurrent::locks::ReentrantLock$Sync
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
ReentrantLock$NonfairSync();
|
||||
void lock();
|
||||
public: // actually protected
|
||||
jboolean tryAcquire(jint);
|
||||
private:
|
||||
static const jlong serialVersionUID = 7316153563782823691LL;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_util_concurrent_locks_ReentrantLock$NonfairSync__
|
Loading…
Add table
Add a link
Reference in a new issue