Merge pull request #2971 from Subv/per_process_memops

Memory: Add overloads for ReadBlock and WriteBlock that operate on a specific process.
This commit is contained in:
Sebastian Valle 2017-10-01 14:44:06 -05:00 committed by GitHub
commit 30fabc41c6
4 changed files with 61 additions and 22 deletions

View file

@ -164,6 +164,12 @@ public:
return tls_address;
}
/*
* Returns the address of the current thread's command buffer, located in the TLS.
* @returns VAddr of the thread's command buffer.
*/
VAddr GetCommandBufferAddress() const;
/**
* Returns whether this thread is waiting for all the objects in
* its wait list to become ready, as a result of a WaitSynchronizationN call