#include "phil.h"
Aller au code source de ce fichier.
Composants | |
struct | PhilSemaphore |
Descripteur du sémaphore. Plus de détails... | |
Définitions des types | |
typedef PhilSemaphore | PhilSemaphore |
Descripteur du sémaphore. | |
Fonctions | |
int | PhilSemaphoreInit (PhilSemaphore *s, int i) |
Initialise le descripteur de sémaphore. | |
int | PhilSemaphoreDestroy (PhilSemaphore *s) |
Détruit le sémaphore. | |
int | PhilSemaphoreP (PhilSemaphore *s) |
Prend un jeton. | |
int | PhilSemaphoreV (PhilSemaphore *s) |
Depose un jeton. |