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
39
libjava/java/lang/PosixProcess$ProcessManager.h
Normal file
39
libjava/java/lang/PosixProcess$ProcessManager.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_lang_PosixProcess$ProcessManager__
|
||||
#define __java_lang_PosixProcess$ProcessManager__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Thread.h>
|
||||
|
||||
class java::lang::PosixProcess$ProcessManager : public ::java::lang::Thread
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
PosixProcess$ProcessManager();
|
||||
private:
|
||||
::java::lang::PosixProcess * removeProcessFromMap(jlong);
|
||||
public: // actually package-private
|
||||
virtual void addProcessToMap(::java::lang::PosixProcess *);
|
||||
virtual void startExecuting(::java::lang::PosixProcess *);
|
||||
virtual void waitUntilReady();
|
||||
public:
|
||||
virtual void run();
|
||||
private:
|
||||
void init();
|
||||
void waitForSignal();
|
||||
jboolean reap();
|
||||
void signalReaper();
|
||||
public: // actually package-private
|
||||
::java::util::List * __attribute__((aligned(__alignof__( ::java::lang::Thread)))) queue;
|
||||
private:
|
||||
::java::util::Map * pidToProcess;
|
||||
jboolean ready;
|
||||
jlong reaperPID;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_lang_PosixProcess$ProcessManager__
|
Loading…
Add table
Add a link
Reference in a new issue