7 Jun 2012 23:57
Jack Fifo vs pthread_condvar ?
Tommaso Cucinotta <tommaso.cucinotta <at> sssup.it>
2012-06-07 21:57:59 GMT
2012-06-07 21:57:59 GMT
Hi all,
after some time, I'm re-looking at the audio cycle in Jack, and I'm not
sure I've got right this: does the suspension of the Jack client threads
on Linux rely ultimately on FIFOs ? (i.e., read() and write() syscalls).
Would it be possible to use a pthread-synchronized mutex and condvar in
shared memory, instead ? (quite sure you can place a pthread_mutex in
shmem on Linux, but don't know about pthread_cond_wait()).
Thanks, bye.
T.
RSS Feed