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 >
C/C++ Source or Header  |  1998-05-08  |  1KB  |  41 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_misc_VM */
  4.  
  5. #ifndef _Included_sun_misc_VM
  6. #define _Included_sun_misc_VM
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classsun_misc_VM {
  11. #undef sun_misc_VM_STATE_GREEN
  12. #define sun_misc_VM_STATE_GREEN 1L
  13. #undef sun_misc_VM_STATE_YELLOW
  14. #define sun_misc_VM_STATE_YELLOW 2L
  15. #undef sun_misc_VM_STATE_RED
  16. #define sun_misc_VM_STATE_RED 3L
  17. /* Inaccessible static: callbacks */
  18. /* Inaccessible static: notifier */
  19. /* Inaccessible static: notifier_red */
  20.     char PAD;    /* ANSI C requires structures to have a least one member */
  21. } Classsun_misc_VM;
  22. HandleTo(sun_misc_VM);
  23.  
  24. #pragma pack()
  25.  
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. extern long sun_misc_VM_getState(struct Hsun_misc_VM *);
  30. extern /*boolean*/ long sun_misc_VM_threadsSuspended(struct Hsun_misc_VM *);
  31. extern void sun_misc_VM_unsuspendThreads(struct Hsun_misc_VM *);
  32. extern void sun_misc_VM_unsuspendSomeThreads(struct Hsun_misc_VM *);
  33. extern void sun_misc_VM_resumeJavaMonitor(struct Hsun_misc_VM *);
  34. extern void sun_misc_VM_suspendJavaMonitor(struct Hsun_misc_VM *);
  35. extern void sun_misc_VM_resetJavaMonitor(struct Hsun_misc_VM *);
  36. extern void sun_misc_VM_writeJavaMonitorReport(struct Hsun_misc_VM *);
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40. #endif
  41.