2005/10/30, Richard Spindler <richard.spindler(a)gmail.com>om>:
related question, what happens if I use the lockfree
ringbuffer, and
the non-realtime-thread tries to access it while it's full, how do I
know when to try again?
Replying to myself:
I just read the capture_client.c, it uses pthread_mutex_trylock and
pthread_cond_signal, so I guess, that is okay. :)
-Richard