|
|
@@ -57,6 +57,7 @@ |
|
|
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange64(dest, exch, comp) |
|
|
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange64(dest, exch, comp) |
|
|
#else |
|
|
#else |
|
|
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp) |
|
|
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp) |
|
|
|
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
/* Thread server common information */ |
|
|
/* Thread server common information */ |
|
|
|