From 4d192e629a07ae457134cb0063e0136e54b01008 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Dec 2025 02:50:07 +0100 Subject: chore: Codebase improvements and tweaks. Signed-off-by: Amlal El Mahrouss --- docs/tex/binary_mutex.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tex/binary_mutex.tex') diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index f5d54743..b326f4b4 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -50,14 +50,14 @@ class BinaryMutex final { BOOL WaitForProcess(const UInt32& sec); public: - bool Lock(USER_PROCESS* process); - bool LockAndWait(USER_PROCESS* process, TimerInterface* timer); + bool Lock(UserProcess* process); + bool LockAndWait(UserProcess* process, TimerInterface* timer); public: NE_COPY_DEFAULT(BinaryMutex) private: - USER_PROCESS* fLockingProcess; + UserProcess* fLockingProcess; }; \end{verbatim} -- cgit v1.2.3