• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #define __INTRINSIC_ONLYSPECIAL
2 #define __INTRINSIC_SPECIAL__interlockedbittestandreset64 /* Causes code generation in intrin-impl.h */
3 
4 #include <intrin.h>
5 
6 unsigned char InterlockedBitTestAndReset64(__int64 volatile *, __int64) __attribute__((alias("_interlockedbittestandreset64")));
7