diag temporel
This commit is contained in:
parent
fb8b7b40d4
commit
fa8e14d58d
4 changed files with 4 additions and 2 deletions
Binary file not shown.
|
@ -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
Binary file not shown.
Loading…
Reference in a new issue