2021-11-08 00:07:58 +08:00
|
|
|
|
|
|
|
#include "internal.h"
|
|
|
|
|
|
|
|
|
|
|
|
uint64_t __smp_Now = 1;
|
|
|
|
int __smp_Count = 1;
|
|
|
|
bool __smp_PauseTicker = false;
|
|
|
|
|
|
|
|
__smp_Thread **__smp_Current;
|
|
|
|
|
2021-11-08 01:34:06 +08:00
|
|
|
smp_thread_ID __smp_Idallo;
|
|
|
|
|
2021-11-08 00:07:58 +08:00
|
|
|
tree_Tree *__smp_Threads;
|
|
|
|
tree_Tree *__smp_ThreadsWaiting;
|