src/hotspot/share/jfr/recorder/storage/jfrBuffer.hpp
branchJEP-349-branch
changeset 58154 060d9d139109
parent 57360 5d043a159d5c
parent 55053 d58e1a447d2b
child 58159 892527a70da9
equal deleted inserted replaced
58101:84b0544833c4 58154:060d9d139109
   143 
   143 
   144   const void* identity() const {
   144   const void* identity() const {
   145     return _identity;
   145     return _identity;
   146   }
   146   }
   147 
   147 
   148   void clear_identity();
       
   149 
       
   150   void acquire(const void* id);
   148   void acquire(const void* id);
   151   bool try_acquire(const void* id);
   149   bool try_acquire(const void* id);
   152   bool acquired_by(const void* id) const;
   150   bool acquired_by(const void* id) const;
   153   bool acquired_by_self() const;
   151   bool acquired_by_self() const;
   154   void release();
   152   void release();