diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-09 19:59:14 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-09 19:59:14 +0200 |
| commit | 3cded2a8deaaa8e6907ed1b47d174eb267aab7aa (patch) | |
| tree | c62fd9f4a8ffe55a9c4066f76bed841872155d1b /Usr/Sys/CoreSystem/Sources/Thread.c | |
| parent | 9679f4d8676cb72feb80d95bca6ce26965f40042 (diff) | |
MHR-23: Refactor and finishing SMP support.
Diffstat (limited to 'Usr/Sys/CoreSystem/Sources/Thread.c')
| -rw-r--r-- | Usr/Sys/CoreSystem/Sources/Thread.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Usr/Sys/CoreSystem/Sources/Thread.c b/Usr/Sys/CoreSystem/Sources/Thread.c new file mode 100644 index 00000000..7d00bf9e --- /dev/null +++ b/Usr/Sys/CoreSystem/Sources/Thread.c @@ -0,0 +1,9 @@ +/* ------------------------------------------- + + Copyright SoftwareLabs + +------------------------------------------- */ + +#include <Headers/Thread.h> + +ThreadRef kMainThread = 0; |
