HomeSort by: relevance | last modified time | path
    Searched defs:strong_cas (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tsan.cc 255 check_last, add_seq_cst, add_acquire, weak_cas, strong_cas, enumerator in enum:tsan_atomic_action
279 #define STRONG_CAS(fcode, tsan_fcode) \
280 TRANSFORM (fcode, tsan_fcode, strong_cas, ERROR_MARK)
452 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_1, TSAN_ATOMIC8_COMPARE_EXCHANGE_STRONG),
453 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_2,
455 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_4,
457 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_8,
459 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_16,
583 case strong_cas:
tsan.cc 255 check_last, add_seq_cst, add_acquire, weak_cas, strong_cas, enumerator in enum:tsan_atomic_action
279 #define STRONG_CAS(fcode, tsan_fcode) \
280 TRANSFORM (fcode, tsan_fcode, strong_cas, ERROR_MARK)
452 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_1, TSAN_ATOMIC8_COMPARE_EXCHANGE_STRONG),
453 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_2,
455 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_4,
457 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_8,
459 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_16,
583 case strong_cas:
  /src/external/gpl3/gcc.old/dist/gcc/
tsan.cc 255 check_last, add_seq_cst, add_acquire, weak_cas, strong_cas, enumerator in enum:tsan_atomic_action
279 #define STRONG_CAS(fcode, tsan_fcode) \
280 TRANSFORM (fcode, tsan_fcode, strong_cas, ERROR_MARK)
452 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_1, TSAN_ATOMIC8_COMPARE_EXCHANGE_STRONG),
453 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_2,
455 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_4,
457 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_8,
459 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_16,
583 case strong_cas:
tsan.cc 255 check_last, add_seq_cst, add_acquire, weak_cas, strong_cas, enumerator in enum:tsan_atomic_action
279 #define STRONG_CAS(fcode, tsan_fcode) \
280 TRANSFORM (fcode, tsan_fcode, strong_cas, ERROR_MARK)
452 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_1, TSAN_ATOMIC8_COMPARE_EXCHANGE_STRONG),
453 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_2,
455 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_4,
457 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_8,
459 STRONG_CAS (ATOMIC_COMPARE_EXCHANGE_16,
583 case strong_cas:

Completed in 54 milliseconds