Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/unit/mocks/fibers/
H A Dchecker.c45 struct watchpoint_entry { struct
58 watchpoint_entry_init(struct watchpoint_entry* entry, uintptr_t address, enum access_type type, siz… in watchpoint_entry_init() argument
73 struct watchpoint_entry entry;
152 watchpoint_map_add(struct watchpoint_map* map, struct watchpoint_entry entry) in watchpoint_map_add()
169 …truct watchpoint_map* map, uintptr_t address, fiber_t fiber, struct watchpoint_entry* removed_entr… in watchpoint_map_find_remove()
179 memcpy(removed_entry, &current->entry, sizeof(struct watchpoint_entry)); in watchpoint_map_find_remove()
199 …nt_addr, size_t current_size, enum access_type current_type, struct watchpoint_entry* conflicting_… in report_race()
280 struct watchpoint_entry* existing_entry = &node->entry; in check_for_conflicts()
315 struct watchpoint_entry new_watchpoint; in check_and_set_watchpoint()
332 struct watchpoint_entry removed_entry; in post_check_and_remove_watchpoint()