Move global mux_counter variable into opencl_ctx_t

This commit is contained in:
jsteube
2016-09-20 13:26:19 +02:00
parent 3adbf3d0d5
commit ced3b3b82f
5 changed files with 11 additions and 15 deletions
+1
View File
@@ -535,6 +535,7 @@ typedef struct
int force_jit_compilation;
hc_thread_mutex_t mux_dispatcher;
hc_thread_mutex_t mux_counter;
} opencl_ctx_t;