[linux-audio-dev] jack_callback <-> rest of the world
Richard Spindler
richard.spindler at gmail.com
Sun Oct 30 07:47:19 UTC 2005
2005/10/30, Richard Spindler <richard.spindler at gmail.com>:
> 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
More information about the Linux-audio-dev
mailing list