HomeSort by relevance Sort by last modified time
    Searched defs:_InterlockedExchange64 (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Headers/
intrin.h 384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) {
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 384 __int64 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value);
742 _InterlockedExchange64(__int64 volatile *_Target, __int64 _Value) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h 672 #if __INTRINSIC_PROLOG(_InterlockedExchange64)
673 __MINGW_EXTENSION __int64 _InterlockedExchange64(__int64 volatile *Target, __int64 Value);
675 __int64 _InterlockedExchange64(__int64 volatile *Target, __int64 Value) {
    [all...]

Completed in 89 milliseconds