summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/BinaryMutex.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 15:09:24 -0500
committerGitHub <noreply@github.com>2025-11-29 15:09:24 -0500
commit20d9401703bff7241645c9883828ad10beae6fa7 (patch)
treee446d471a0eaf4ed7ac67e878ce4fb02334a2acb /src/kernel/KernelKit/BinaryMutex.h
parenta9019ecaaad76cb3569a6852dbc30c48c5436d1d (diff)
parentceabd82ac8e796249feacf39c836034ed5e11c6d (diff)
Merge pull request #91 from nekernel-org/dev
dev->stable
Diffstat (limited to 'src/kernel/KernelKit/BinaryMutex.h')
-rw-r--r--src/kernel/KernelKit/BinaryMutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/KernelKit/BinaryMutex.h b/src/kernel/KernelKit/BinaryMutex.h
index 5431ab72..46d11b8d 100644
--- a/src/kernel/KernelKit/BinaryMutex.h
+++ b/src/kernel/KernelKit/BinaryMutex.h
@@ -21,10 +21,10 @@ class BinaryMutex final {
public:
bool IsLocked() const;
- bool Unlock() noexcept;
+ bool Unlock();
public:
- BOOL WaitForProcess(const UInt32& sec) noexcept;
+ BOOL WaitForProcess(const UInt32& sec);
public:
bool Lock(USER_PROCESS* process);