#include <synchconsole.h>
Graphe de collaboration de SynchConsoleInput:
Fonctions membres publiques | |
SynchConsoleInput (char *inputFile) | |
~SynchConsoleInput () | |
char | GetChar () |
Fonctions membres privées | |
void | CallBack () |
Attributs privés | |
ConsoleInput * | consoleInput |
Lock * | lock |
Semaphore * | waitFor |
Définition à la ligne 23 du fichier synchconsole.h.
|
Définition à la ligne 20 du fichier synchconsole.cc. Références ConsoleInput, consoleInput, lock, et waitFor. |
|
Définition à la ligne 32 du fichier synchconsole.cc. Références consoleInput, lock, et waitFor. |
|
Définition à la ligne 63 du fichier synchconsole.cc. Références Semaphore::V(), et waitFor. Voici le graphe d'appel pour cette fonction: |
|
Définition à la ligne 45 du fichier synchconsole.cc. Références Lock::Acquire(), consoleInput, lock, Semaphore::P(), Lock::Release(), et waitFor. Référencé par Kernel::ConsoleTest(). Voici le graphe d'appel pour cette fonction: |
|
Définition à la ligne 31 du fichier synchconsole.h. Référencé par GetChar(), SynchConsoleInput(), et ~SynchConsoleInput(). |
|
Définition à la ligne 32 du fichier synchconsole.h. Référencé par GetChar(), SynchConsoleInput(), et ~SynchConsoleInput(). |
|
Définition à la ligne 33 du fichier synchconsole.h. Référencé par CallBack(), GetChar(), SynchConsoleInput(), et ~SynchConsoleInput(). |