This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
david
/
eonix
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
a8adfd1dfc
Branches
Tags
main
master
eonix
/
include
/
kernel
/
task
/
current.hpp
current.hpp
103 B
Historique
Raw
1
2
3
4
5
#pragma once
#include <kernel/task/thread.hpp>
inline kernel::task::thread* volatile current_thread;