diag temporel

master
hiGepi 2 years ago
parent fb8b7b40d4
commit fa8e14d58d

@ -15,12 +15,14 @@
//producer count storage
_Atomic int produceCount = 0;
volatile unsigned int producedCount = 0;
// volatile unsigned int producedCount = 0;
pthread_t producers[4];
static void *produce(void *params);
MSG_BLOCK Buffer[BUFFER_SIZE];
/**
* Semaphores and Mutex
*/

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save