st/nine: Use atomics for nine_bind
authorAxel Davy <axel.davy@ens.fr>
Wed, 26 Oct 2016 21:15:34 +0000 (23:15 +0200)
committerAxel Davy <axel.davy@ens.fr>
Tue, 20 Dec 2016 22:44:22 +0000 (23:44 +0100)
commit0a5252d25b3e65c29c3c231cec46fed8ca7dedb0
treedd9e47e5f217ae93e52046484a6391d989353b8c
parentb748b8fd8619ab412517f859dbf9a42b62ef6309
st/nine: Use atomics for nine_bind

nine_bind didn't need atomics up to now,
because it's use what always within a protected
mutex. We need to use atomics because with the
next patches several threads may use nine_bind.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
src/gallium/state_trackers/nine/iunknown.h