summaryrefslogtreecommitdiff
path: root/os/thread.cpp
blob: 426fffddd160472f084c1a27b1d31affbdbc0712 (plain)
1
2
3
4
#include "thread.h"

Thread Thread::main_thread __attribute__ ((init_priority (1000)));
Thread* Thread::active_thread = &Thread::main_thread;