home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
sun_misc_VM.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
1KB
|
41 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_misc_VM */
#ifndef _Included_sun_misc_VM
#define _Included_sun_misc_VM
#pragma pack(4)
typedef struct Classsun_misc_VM {
#undef sun_misc_VM_STATE_GREEN
#define sun_misc_VM_STATE_GREEN 1L
#undef sun_misc_VM_STATE_YELLOW
#define sun_misc_VM_STATE_YELLOW 2L
#undef sun_misc_VM_STATE_RED
#define sun_misc_VM_STATE_RED 3L
/* Inaccessible static: callbacks */
/* Inaccessible static: notifier */
/* Inaccessible static: notifier_red */
char PAD; /* ANSI C requires structures to have a least one member */
} Classsun_misc_VM;
HandleTo(sun_misc_VM);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
extern long sun_misc_VM_getState(struct Hsun_misc_VM *);
extern /*boolean*/ long sun_misc_VM_threadsSuspended(struct Hsun_misc_VM *);
extern void sun_misc_VM_unsuspendThreads(struct Hsun_misc_VM *);
extern void sun_misc_VM_unsuspendSomeThreads(struct Hsun_misc_VM *);
extern void sun_misc_VM_resumeJavaMonitor(struct Hsun_misc_VM *);
extern void sun_misc_VM_suspendJavaMonitor(struct Hsun_misc_VM *);
extern void sun_misc_VM_resetJavaMonitor(struct Hsun_misc_VM *);
extern void sun_misc_VM_writeJavaMonitorReport(struct Hsun_misc_VM *);
#ifdef __cplusplus
}
#endif
#endif