Home
last modified time | relevance | path

Searched refs:PTW32_INTERLOCKED_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_MCS_lock.c105 HANDLE e = (HANDLE)(PTW32_INTERLOCKED_SIZE)PTW32_INTERLOCKED_COMPARE_EXCHANGE_SIZE( in ptw32_mcs_flag_set()
107 (PTW32_INTERLOCKED_SIZE)-1, in ptw32_mcs_flag_set()
108 (PTW32_INTERLOCKED_SIZE)0); in ptw32_mcs_flag_set()
127 (PTW32_INTERLOCKED_SIZE)0)) /* MBR fence */ in ptw32_mcs_flag_wait()
133 if ((PTW32_INTERLOCKED_SIZE)0 == PTW32_INTERLOCKED_COMPARE_EXCHANGE_SIZE( in ptw32_mcs_flag_wait()
135 (PTW32_INTERLOCKED_SIZE)e, in ptw32_mcs_flag_wait()
136 (PTW32_INTERLOCKED_SIZE)0)) in ptw32_mcs_flag_wait()
197 …OCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR… in ptw32_mcs_lock_release()
215 …OCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR… in ptw32_mcs_lock_release()
Dimplement.h98 #define PTW32_INTERLOCKED_SIZE size_t macro
891 (PTW32_INTERLOCKED_SIZE)value, \
892 (PTW32_INTERLOCKED_SIZE)comparand)
895 (PTW32_INTERLOCKED_SIZE)value)