Fix : protect static float and double declarations
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 16 Oct 2012 18:20:58 +0000 (14:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Oct 2012 18:20:58 +0000 (14:20 -0400)
commitf530d9ce2e888f6c228632b047016fd805afefe2
tree148fb9fe5a1241a3afc6962091bc89cd64b4a5c5
parentb448902b7c2d8fa734e0d5cb1e6acbb009db97e4
Fix : protect static float and double declarations

Add a mutex in the constructor of float.c to protect the static
temporary float and double declared in case we add multi-threading
support some day.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/types/float.c
This page took 0.023686 seconds and 4 git commands to generate.