Commit 0488c78
authored
fix: Init DDI Tables during constructor (#398)
- To address race conditions during multi-threaded calls between threads
using both zeInit and zeInitDrivers, set the ddi tables to 0 during the
constructor vs during init to esnure the tables are empty before init,
but don't get reset twice.
Signed-off-by: Neil R. Spruit <[email protected]>1 parent 5e35e03 commit 0488c78
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments