diff options
author | rpj <rpj> | 2011-07-01 00:51:56 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-01 00:51:56 +0000 |
commit | 1e0bb8a09c86d144f3779bc4d5724afe3f637922 (patch) | |
tree | b4c0c0a6221360107d2bf816523594352eac5f34 /README.NONPORTABLE | |
parent | 5af9e85e56dbcae60f771619131ecbc17980fdaa (diff) |
Redo Interlocked macros; see the ChangeLog
Diffstat (limited to 'README.NONPORTABLE')
-rw-r--r-- | README.NONPORTABLE | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.NONPORTABLE b/README.NONPORTABLE index e25fc50..0821104 100644 --- a/README.NONPORTABLE +++ b/README.NONPORTABLE @@ -15,6 +15,11 @@ pthread_win32_test_features_np(int mask) PTW32_SYSTEM_INTERLOCKED_COMPARE_EXCHANGE
Return TRUE if the native version of
InterlockedCompareExchange() is being used.
+ This feature is not meaningful in recent
+ library versions as MSVC builds only support
+ system implemented ICE. Note that all Mingw
+ builds use inlined asm versions of all the
+ Interlocked routines.
PTW32_ALERTABLE_ASYNC_CANCEL
Return TRUE is the QueueUserAPCEx package
QUSEREX.DLL is available and the AlertDrv.sys
|