Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/fibers/
H A Dchecker.h45 extern bool check_and_set_watchpoint(void *pc, uintptr_t address, size_t size, enum access_type acc…
H A Dchecker.c306 check_and_set_watchpoint(void *pc, uintptr_t address, size_t size, enum access_type access_type) in check_and_set_watchpoint() function
/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c1692 bool has_wp = check_and_set_watchpoint(pc, (uintptr_t)addr, size, access_type); \