mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
Kernel: Remove old and unused Mutex code.
This commit is contained in:
parent
fcd7cbe65a
commit
e499b48f97
4 changed files with 3 additions and 209 deletions
|
@ -77,9 +77,6 @@ void Thread::Stop() {
|
|||
}
|
||||
wait_objects.clear();
|
||||
|
||||
// Release all the mutexes that this thread holds
|
||||
ReleaseThreadMutexes(this);
|
||||
|
||||
// Mark the TLS slot in the thread's page as free.
|
||||
u64 tls_page = (tls_address - Memory::TLS_AREA_VADDR) / Memory::PAGE_SIZE;
|
||||
u64 tls_slot =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue