stuff
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
#include "park.h"
|
#include "park.h"
|
||||||
|
|
||||||
// Jurassic Park
|
// Jurassic Park
|
||||||
extern int begin;
|
extern volatile int begin;
|
||||||
extern JPARK myPark;
|
extern JPARK myPark;
|
||||||
extern pthread_mutex_t parkMutex; // mutex park variable access
|
extern pthread_mutex_t parkMutex; // mutex park variable access
|
||||||
extern pthread_mutex_t fillSeat[NUM_CARS]; // (signal) seat ready to fill
|
extern pthread_mutex_t fillSeat[NUM_CARS]; // (signal) seat ready to fill
|
||||||
|
|||||||
Reference in New Issue
Block a user