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

  /external/chromium/base/
process_util.h 483 // shareable: These pages (kbytes) can be shared with other processes under
491 // shareable: 0
496 // shareable: 0
498 WorkingSetKBytes() : priv(0), shareable(0), shared(0) {}
500 size_t shareable; member in struct:base::WorkingSetKBytes
  /external/dbus/dbus/
dbus-connection.c 306 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */ member in struct:DBusConnection
    [all...]

Completed in 1305 milliseconds