#include "copyright.h"#include "utility.h"#include "sysdep.h"#include "machine.h"#include "addrspace.h"Graphe des dépendances par inclusion de thread.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier:

Aller au code source de ce fichier.
| Classes | |
| class | Thread | 
| Macros | |
| #define | MachineStateSize 75 | 
| Énumérations | |
| enum | ThreadStatus { JUST_CREATED, RUNNING, READY, BLOCKED } | 
| Fonctions | |
| void | ThreadPrint (Thread *thread) | 
| void | ThreadRoot () | 
| void | SWITCH (Thread *oldThread, Thread *newThread) | 
| Variables | |
| const int | StackSize = (8 * 1024) | 
| 
 | 
| 
 Définition à la ligne 54 du fichier thread.h. Référencé par Thread::Thread(). | 
| 
 | 
| 
 | 
| 
 | ||||||||||||
| 
 Référencé par Scheduler::Run(). | 
| 
 | 
| 
 Définition à la ligne 267 du fichier thread.cc. Références Thread::Print(). Référencé par Scheduler::Print(). Voici le graphe d'appel pour cette fonction:  | 
| 
 | 
| 
 Référencé par Thread::StackAllocate(). | 
| 
 | 
| 
 Définition à la ligne 59 du fichier thread.h. Référencé par Thread::CheckOverflow(), Thread::StackAllocate(), et Thread::~Thread(). | 
 1.4.4
 1.4.4