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

  /external/dbus/dbus/
dbus-dataslot.h 48 dbus_int32_t slot_id; /**< ID of this slot */ member in struct:DBusAllocatedSlot
  /external/chromium/base/metrics/
stats_table_unittest.cc 38 int slot_id = table.RegisterThread(thread_name); local
39 EXPECT_NE(slot_id, 0);
51 slot_id = table.RegisterThread("too many threads");
52 EXPECT_EQ(slot_id, 0);

Completed in 106 milliseconds