ESP32 No-Split Ring Buffers thread safety?
ESP32 No-Split Ring Buffers thread safety?
Are ESP32 No-Split Ring Buffers thread safe? In my application I have a single reader task which calls xRingbufferReceive and vRingbufferReturnItem when the item is processed, but multiple writer tasks which call xRingbufferSendAcquire and xRingbufferSendComplete on the same Ring Buffer. Should I protect those calls with a mutex?
Who is online
Users browsing this forum: benrank, Majestic-12 [Bot], MicroController and 93 guests