hotspot/src/os/solaris/vm/os_solaris.hpp
changeset 25472 381638db28e6
parent 25069 c937c5e883c5
child 26683 a02753d5a0b2
child 26697 85022e85f91d
equal deleted inserted replaced
25471:3ab9867d7786 25472:381638db28e6
   330     // Exercise caution using reset() and fired() -- they may require MEMBARs
   330     // Exercise caution using reset() and fired() -- they may require MEMBARs
   331     void reset() { _Event = 0; }
   331     void reset() { _Event = 0; }
   332     int  fired() { return _Event; }
   332     int  fired() { return _Event; }
   333     void park();
   333     void park();
   334     int  park(jlong millis);
   334     int  park(jlong millis);
   335     int  TryPark();
       
   336     void unpark();
   335     void unpark();
   337 };
   336 };
   338 
   337 
   339 class PlatformParker : public CHeapObj<mtInternal> {
   338 class PlatformParker : public CHeapObj<mtInternal> {
   340   protected:
   339   protected: