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

  /external/chromium_org/base/process/
launch_mac.cc 20 // Setting the exception port to MACH_PORT_NULL may not be entirely
24 task_set_exception_ports(mach_task_self(), exception_mask, MACH_PORT_NULL,
process_metrics_mac.cc 22 if (task == MACH_PORT_NULL)
110 if (task == MACH_PORT_NULL) {
218 if (task == MACH_PORT_NULL)
294 mach_port_t task = MACH_PORT_NULL;
297 if (task == MACH_PORT_NULL && process_ == getpid())
  /external/chromium_org/base/mac/
scoped_mach_port.cc 18 if (port_ != MACH_PORT_NULL) {
scoped_mach_port.h 25 void reset(mach_port_t port = MACH_PORT_NULL);
  /external/chromium/chrome/browser/
mach_broker_mac.cc 84 if (child_task == MACH_PORT_NULL) {
146 // Adds a placeholder to the map for the given pid with MACH_PORT_NULL.
168 DCHECK(mach_map_[pid].mach_task_ == MACH_PORT_NULL);
169 if (mach_map_[pid].mach_task_ == MACH_PORT_NULL)
197 return MACH_PORT_NULL;
mach_broker_mac.h 46 MachInfo() : mach_task_(MACH_PORT_NULL) {}
56 // Adds a placeholder to the map for the given pid with MACH_PORT_NULL.
  /external/skia/bench/
BenchSysTimer_mach.cpp 16 if (task == MACH_PORT_NULL) {
  /external/chromium_org/base/time/
time_mac.cc 78 if (thread == MACH_PORT_NULL) {
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 172 kern_return_t kr = IOMasterPort(MACH_PORT_NULL, &master_port);
  /external/qemu/block/
raw-posix.c 774 kernResult = IOMasterPort( MACH_PORT_NULL, &masterPort );
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 319 kresult = IOMasterPort (MACH_PORT_NULL, &libusb_darwin_mp);
    [all...]
  /external/bison/
configure     [all...]

Completed in 2746 milliseconds