summaryrefslogtreecommitdiffhomepage
path: root/doc/requirements/AtomicType.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-28 04:14:54 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-28 04:14:54 +0100
commite2e01ed3c503cb8d93446abea162ccf9abd56201 (patch)
tree536df79e6d6200dd261abd78945aa03ee7439e55 /doc/requirements/AtomicType.md
parent9937bcb03d4b3c3e71c33786349d4a41203550c0 (diff)
[FEAT] src: Add libThread and ThreadKit framework, rework requirements as well.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/requirements/AtomicType.md')
-rw-r--r--doc/requirements/AtomicType.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/requirements/AtomicType.md b/doc/requirements/AtomicType.md
new file mode 100644
index 00000000..5c4fcffb
--- /dev/null
+++ b/doc/requirements/AtomicType.md
@@ -0,0 +1,10 @@
+# AtomicType Type Requirements:
+
+## Abstract:
+
+This type guarantes atomic operations for an operation in the NeKernel system.
+
+## Properties:
+
+`T{n}` means that the atomic type is set to n. This could be 1 or 2.
+