Searched refs:ACCESS_TYPE_STORE (Results 1 – 3 of 3) sorted by relevance
202 …raw_printf("%s of size %d at %p by fiber %d\n", current_type == ACCESS_TYPE_STORE ? "Write" : "Rea… in report_race()207 … of size %d at %p by fiber %d\n", conflicting_entry->access_type == ACCESS_TYPE_STORE ? "write" : … in report_race()224 …raw_printf("%s of size %d at %p by fiber %d\n", current_type == ACCESS_TYPE_STORE ? "Write" : "Rea… in report_missing_race()239 …raw_printf("%s of size %d at %p by fiber %d\n", current_type == ACCESS_TYPE_STORE ? "Write" : "Rea… in report_value_race()283 if (current_type == ACCESS_TYPE_STORE) { in check_for_conflicts()287 } else if (existing_entry->access_type == ACCESS_TYPE_STORE) { in check_for_conflicts()
41 ACCESS_TYPE_STORE = 1 enumerator
1732 …SANCOV_LOAD_STORE_DATA_CHECKER(type, size, ACCESS_TYPE_STORE); …