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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [Timer$TaskQueue.h] - Blame information for rev 775

Go to most recent revision | 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_Timer$TaskQueue__
5
#define __java_util_Timer$TaskQueue__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::util::Timer$TaskQueue : public ::java::lang::Object
14
{
15
 
16
public:
17
  Timer$TaskQueue();
18
private:
19
  void add(::java::util::TimerTask *);
20
  void remove();
21
public:
22
  void enqueue(::java::util::TimerTask *);
23
private:
24
  ::java::util::TimerTask * top();
25
public:
26
  ::java::util::TimerTask * serve();
27
  void setNullOnEmpty(jboolean);
28
  void stop();
29
  jint purge();
30
private:
31
  static const jint DEFAULT_SIZE = 32;
32
  jboolean __attribute__((aligned(__alignof__( ::java::lang::Object)))) nullOnEmpty;
33
  JArray< ::java::util::TimerTask * > * heap;
34
  jint elements;
35
public:
36
  static ::java::lang::Class class$;
37
};
38
 
39
#endif // __java_util_Timer$TaskQueue__

powered by: WebSVN 2.1.0

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