HomeSort by: relevance | last modified time | path
    Searched refs:our_exception_port (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gnulib/
configure 9200 static mach_port_t our_exception_port;
9215 our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
9225 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
9228 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
9247 task_set_exception_ports (self, mask, our_exception_port,
  /src/external/gpl3/gdb/dist/gnulib/
configure 9197 static mach_port_t our_exception_port;
9212 our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
9222 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
9225 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
9244 task_set_exception_ports (self, mask, our_exception_port,

Completed in 53 milliseconds