Is your mpmc_queue.h thread safe? Can i read and write from multiple threads?
I am just asking, because you call it a multi producer and multi conusmer queue but in the example example_mpmc_queue.c you dont use any multithreading.
And is your mpmc queue safe from the ABA-Problem?
Is your mpmc_queue.h thread safe? Can i read and write from multiple threads?
I am just asking, because you call it a multi producer and multi conusmer queue but in the example example_mpmc_queue.c you dont use any multithreading.
And is your mpmc queue safe from the ABA-Problem?