Searched refs:ProbeOperation (Results 1 – 1 of 1) sorted by relevance
17 enum class ProbeOperation { enum29 if (static_cast<ProbeOperation>(op) == ProbeOperation::kWrite) in except_thread_func()35 bool do_probe(ProbeOperation op, const void* addr) { in do_probe()85 return do_probe(ProbeOperation::kRead, addr); in probe_for_read()89 return do_probe(ProbeOperation::kWrite, addr); in probe_for_write()
Completed in 1 milliseconds