Fix: add internal mutex for timer
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Apr 2013 14:57:09 +0000 (10:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 26 Apr 2013 14:57:09 +0000 (10:57 -0400)
commit64bf51a6c36687bb8fe5e60a8a5d46cb00e73a47
tree7aea30abbd1d5c0386ce50df2c0b9c5505feea48
parent673c9052d57da5673b04ce5a1926283446e79707
Fix: add internal mutex for timer

Timer management is not called under ust_lock(). It is only called from
the consumer. Add internal locking for timer start/stop and
synchronization management.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libringbuffer/ring_buffer_frontend.c
This page took 0.02405 seconds and 4 git commands to generate.