URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
758 |
jeremybenn |
|
| 2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
| 3 |
|
|
|
| 4 |
|
|
#ifndef __java_util_concurrent_ConcurrentLinkedQueue$Node__
|
| 5 |
|
|
#define __java_util_concurrent_ConcurrentLinkedQueue$Node__
|
| 6 |
|
|
|
| 7 |
|
|
#pragma interface
|
| 8 |
|
|
|
| 9 |
|
|
#include <java/lang/Object.h>
|
| 10 |
|
|
|
| 11 |
|
|
class java::util::concurrent::ConcurrentLinkedQueue$Node : public ::java::lang::Object
|
| 12 |
|
|
{
|
| 13 |
|
|
|
| 14 |
|
|
public: // actually package-private
|
| 15 |
|
|
ConcurrentLinkedQueue$Node(::java::lang::Object *);
|
| 16 |
|
|
ConcurrentLinkedQueue$Node(::java::lang::Object *, ::java::util::concurrent::ConcurrentLinkedQueue$Node *);
|
| 17 |
|
|
virtual ::java::lang::Object * getItem();
|
| 18 |
|
|
virtual jboolean casItem(::java::lang::Object *, ::java::lang::Object *);
|
| 19 |
|
|
virtual void setItem(::java::lang::Object *);
|
| 20 |
|
|
virtual ::java::util::concurrent::ConcurrentLinkedQueue$Node * getNext();
|
| 21 |
|
|
virtual jboolean casNext(::java::util::concurrent::ConcurrentLinkedQueue$Node *, ::java::util::concurrent::ConcurrentLinkedQueue$Node *);
|
| 22 |
|
|
virtual void setNext(::java::util::concurrent::ConcurrentLinkedQueue$Node *);
|
| 23 |
|
|
private:
|
| 24 |
|
|
::java::lang::Object * volatile __attribute__((aligned(__alignof__( ::java::lang::Object)))) item;
|
| 25 |
|
|
::java::util::concurrent::ConcurrentLinkedQueue$Node * volatile next;
|
| 26 |
|
|
static ::java::util::concurrent::atomic::AtomicReferenceFieldUpdater * nextUpdater;
|
| 27 |
|
|
static ::java::util::concurrent::atomic::AtomicReferenceFieldUpdater * itemUpdater;
|
| 28 |
|
|
public:
|
| 29 |
|
|
static ::java::lang::Class class$;
|
| 30 |
|
|
};
|
| 31 |
|
|
|
| 32 |
|
|
#endif // __java_util_concurrent_ConcurrentLinkedQueue$Node__
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.