From 04572e7a4299ed9dc412db7c5baeec9eabe464a3 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Fri, 2 Aug 2024 11:00:13 +0200 Subject: [IMP] New PROCESS_HEADER_BLOCK structure instead of ProcessHeader. [IMP] PEF_SHARED_OBJECT_TRAITS with IsValid() method. [IMP] HTTPS and ODBC for URLs support. Signed-off-by: Amlal EL Mahrouss --- Kernel/KernelKit/LockDelegate.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Kernel/KernelKit/LockDelegate.hpp') diff --git a/Kernel/KernelKit/LockDelegate.hpp b/Kernel/KernelKit/LockDelegate.hpp index 24eab70a..36a68054 100644 --- a/Kernel/KernelKit/LockDelegate.hpp +++ b/Kernel/KernelKit/LockDelegate.hpp @@ -9,11 +9,14 @@ #include #include -#define kLockDone (200U) /* job is done */ -#define kLockTimedOut (100U) /* job has timed out */ - namespace Kernel { + enum + { + kLockDone = 200, + kLockTimedOut, + }; + /// @brief Lock condition pointer. typedef Boolean* LockPtr; -- cgit v1.2.3