Topic: What is Single Threaded?
Hello,
Yes, I know what Single Threaded is...
But what does it do in this case? The doc says it's only used for a session cache. Assuming the doc is still correct in this case.
Where is that mutex defined?
Reason: I was given a tutorial (very old) that indicated it was using pthreads... I am building for TI_RTOS (SysBios) and using tasks.
TI's SysBios tasks and mutexes are nothing like POSIX.
And we are using tasks, so it is "multi-threaded".
So if I turn on SINGLE_THREADED, what damage could it cause? Or will it properly use atomic mutexes compatible with SysBios if I turn SINGLE_THREADED off?
<Code shown is not to scale>