Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c
This commit is contained in:
parent
ed0b0ec935
commit
47d58a01ff
@ -1,5 +1,9 @@
|
|||||||
#include "test/jemalloc_test.h"
|
#include "test/jemalloc_test.h"
|
||||||
|
|
||||||
|
#ifndef _CRT_SPINCOUNT
|
||||||
|
#define _CRT_SPINCOUNT 4000
|
||||||
|
#endif
|
||||||
|
|
||||||
bool
|
bool
|
||||||
mtx_init(mtx_t *mtx)
|
mtx_init(mtx_t *mtx)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user