Prevent optimizations from zero-summing the wait condition on forked processes on windows
This commit is contained in:
parent
e1122855d9
commit
2d7456fd76
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ struct full_context {
|
|||
struct criterion_test_extra_data suite_data;
|
||||
f_worker_func func;
|
||||
struct pipe_handle pipe;
|
||||
int resumed;
|
||||
volatile int resumed;
|
||||
};
|
||||
|
||||
static TCHAR g_mapping_name[] = TEXT("WinCriterionWorker");
|
||||
|
|
Loading…
Add table
Reference in a new issue