memspy/Driver/Kernel/Include/MemSpyDriverInspectedProcess.h
branchRCL_3
changeset 21 52e343bb8f80
parent 20 ca8a1b6995f6
equal deleted inserted replaced
20:ca8a1b6995f6 21:52e343bb8f80
   136     void FindChunks( DProcess& aProcess );
   136     void FindChunks( DProcess& aProcess );
   137     TInt StackSize( DProcess& aProcess );
   137     TInt StackSize( DProcess& aProcess );
   138     void ResetPendingChanges();
   138     void ResetPendingChanges();
   139     void PrintChunkInfo( DChunk& aChunk ) const;
   139     void PrintChunkInfo( DChunk& aChunk ) const;
   140     TBool IsChunkRelevantToOurProcess( DChunk& aChunk ) const;
   140     TBool IsChunkRelevantToOurProcess( DChunk& aChunk ) const;
   141 	void Lock() const;
       
   142 	void Unlock() const;
       
   143 
   141 
   144 public: // Queue link for process manager
   142 public: // Queue link for process manager
   145 	SDblQueLink iPMLink;
   143 	SDblQueLink iPMLink;
   146 
   144 
   147 private: // Data members
   145 private: // Data members