Home
last modified time | relevance | path

Searched defs:current_addr (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/tests/unit/mocks/fibers/
H A Dchecker.c199 report_race(uintptr_t current_addr, size_t current_size, enum access_type current_type, struct watc… in report_race()
221 report_missing_race(uintptr_t current_addr, size_t current_size, enum access_type current_type) in report_missing_race()
236 report_value_race(uintptr_t current_addr, size_t current_size, enum access_type current_type) in report_value_race()
269 check_for_conflicts(struct watchpoint_map* map, uintptr_t current_addr, size_t current_size, enum a… in check_for_conflicts()