Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/fibers/
H A Dchecker.c78 struct watchpoint_map { struct
85 watchpoint_map_is_initialized(struct watchpoint_map* map) in watchpoint_map_is_initialized() argument
91 watchpoint_map_init(struct watchpoint_map* map) in watchpoint_map_init()
122 watchpoint_map_resize(struct watchpoint_map* map, size_t new_capacity) in watchpoint_map_resize()
152 watchpoint_map_add(struct watchpoint_map* map, struct watchpoint_entry entry) in watchpoint_map_add()
169 watchpoint_map_find_remove(struct watchpoint_map* map, uintptr_t address, fiber_t fiber, struct wat… in watchpoint_map_find_remove()
269 check_for_conflicts(struct watchpoint_map* map, uintptr_t current_addr, size_t current_size, enum a… in check_for_conflicts()
303 static struct watchpoint_map checker_watchpoints;