diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 09:51:43 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 09:54:07 -0500 |
| commit | d3892e80f787f86062733bd8ad3e725fb548d6fe (patch) | |
| tree | 25029f4e491e3da39b6ce66760f8742ad73f16d2 /docs/tex/binary_mutex.tex | |
| parent | ba3cd2194412914936c1c00efe87391d0615cd17 (diff) | |
chore: added new aliases for OwnPtr and ErrorOr (OwnOr)
chore: use STATIC_PASS instead of static_assert in /src/kernel.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs/tex/binary_mutex.tex')
| -rw-r--r-- | docs/tex/binary_mutex.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index 66869fd2..f5d54743 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -44,10 +44,10 @@ class BinaryMutex final { public: bool IsLocked() const; - bool Unlock() ; + bool Unlock(); public: - BOOL WaitForProcess(const UInt32& sec) ; + BOOL WaitForProcess(const UInt32& sec); public: bool Lock(USER_PROCESS* process); |
