diag temporel

This commit is contained in:
hiGepi 2022-11-22 15:16:28 +01:00
parent fb8b7b40d4
commit fa8e14d58d
4 changed files with 4 additions and 2 deletions

View file

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

File diff suppressed because one or more lines are too long