HomeSort by relevance Sort by last modified time
    Searched refs:mach_exception_handler_port_set (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 46 static mach_port_t mach_exception_handler_port_set = MACH_PORT_NULL; variable
118 // to mach_exception_handler_port_set.
156 mach_exception_handler_port_set);
192 &mach_exception_handler_port_set);
203 uintptr_t port_set = (uintptr_t)mach_exception_handler_port_set;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 46 static mach_port_t mach_exception_handler_port_set = MACH_PORT_NULL; variable
118 // to mach_exception_handler_port_set.
156 mach_exception_handler_port_set);
192 &mach_exception_handler_port_set);
203 uintptr_t port_set = (uintptr_t)mach_exception_handler_port_set;

Completed in 182 milliseconds