Searched refs:slot_id (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/metrics/
H A Dstats_table.cc119 char* thread_name(int slot_id) const {
121 (slot_id-1) * (StatsTable::kMaxThreadNameLength)];
123 PlatformThreadId* thread_tid(int slot_id) const {
124 return &(thread_tid_table_[slot_id-1]);
126 int* thread_pid(int slot_id) const {
127 return &(thread_pid_table_[slot_id-1]);
373 int* StatsTable::GetLocation(int counter_id, int slot_id) const {
376 if (slot_id > impl_->max_threads())
380 return &(row[slot_id-1]);
400 for (int slot_id
[all...]
H A Dstats_table.h94 int* GetLocation(int counter_id, int slot_id) const;
H A Dstats_table_unittest.cc38 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);
/external/chromium_org/base/metrics/
H A Dstats_table.cc119 char* thread_name(int slot_id) const {
121 (slot_id-1) * (StatsTable::kMaxThreadNameLength)];
123 PlatformThreadId* thread_tid(int slot_id) const {
124 return &(thread_tid_table_[slot_id-1]);
126 int* thread_pid(int slot_id) const {
127 return &(thread_pid_table_[slot_id-1]);
373 int* StatsTable::GetLocation(int counter_id, int slot_id) const {
376 if (slot_id > impl_->max_threads())
380 return &(row[slot_id-1]);
400 for (int slot_id
[all...]
H A Dstats_table.h93 int* GetLocation(int counter_id, int slot_id) const;
H A Dstats_table_unittest.cc39 int slot_id = table.RegisterThread(thread_name); local
40 EXPECT_NE(slot_id, 0);
52 slot_id = table.RegisterThread("too many threads");
53 EXPECT_EQ(slot_id, 0);
/external/openssh/
H A Dpkcs11.h140 #define slot_id slotID macro
299 ck_slot_id_t slot_id; member in struct:ck_session_info
736 (ck_slot_id_t slot_id, struct ck_slot_info *info));
738 (ck_slot_id_t slot_id, struct ck_token_info *info));
742 (ck_slot_id_t slot_id,
746 (ck_slot_id_t slot_id, ck_mechanism_type_t type,
749 (ck_slot_id_t slot_id, unsigned char *pin,
760 (ck_slot_id_t slot_id, ck_flags_t flags,
764 _CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id));
1302 #undef slot_id macro
[all...]

Completed in 573 milliseconds