Home
last modified time | relevance | path

Searched refs:slot_ (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/base/threading/
Dthread_local_storage.cc349 DCHECK_EQ(kInvalidSlotValue, slot_); in Initialize()
350 slot_ = slot_candidate; in Initialize()
356 CHECK_NE(slot_, kInvalidSlotValue); in Initialize()
357 CHECK_LT(slot_, kThreadLocalStorageSize); in Initialize()
361 DCHECK_NE(slot_, kInvalidSlotValue); in Free()
362 DCHECK_LT(slot_, kThreadLocalStorageSize); in Free()
365 g_tls_metadata[slot_].status = TlsStatus::FREE; in Free()
366 g_tls_metadata[slot_].destructor = nullptr; in Free()
367 ++(g_tls_metadata[slot_].version); in Free()
369 slot_ = kInvalidSlotValue; in Free()
[all …]
Dthread_local.h65 return static_cast<Type*>(slot_.Get()); in Get()
69 slot_.Set(const_cast<void*>(static_cast<const void*>(ptr))); in Set()
73 ThreadLocalStorage::Slot slot_;
Dthread_local_storage_unittest.cc124 slot_.Set(reinterpret_cast<void*>(kDummyValue)); in Run()
164 ASSERT_EQ(reinterpret_cast<intptr_t>(slot_.Get()), kDummyValue); in ThreadLocalDestructor()
180 static base::ThreadLocalStorage::Slot slot_; member in base::__anon2395d5340111::UseTLSDuringDestructionRunner
187 base::ThreadLocalStorage::Slot UseTLSDuringDestructionRunner::slot_; member in base::__anon2395d5340111::UseTLSDuringDestructionRunner
Dthread_local_storage.h156 int slot_ = kInvalidSlotValue; variable
/external/libchrome/crypto/
Dscoped_test_nss_db.cc27 slot_ = OpenSoftwareNSSDB(temp_dir_.GetPath(), kTestDescription); in ScopedTestNSSDB()
33 if (slot_) { in ~ScopedTestNSSDB()
34 CERTCertList* cert_list = PK11_ListCertsInSlot(slot_.get()); in ~ScopedTestNSSDB()
52 if (slot_) { in ~ScopedTestNSSDB()
53 SECStatus status = SECMOD_CloseUserDB(slot_.get()); in ~ScopedTestNSSDB()
Dscoped_test_nss_db.h23 bool is_open() const { return !!slot_; } in is_open()
24 PK11SlotInfo* slot() const { return slot_.get(); } in slot()
28 ScopedPK11Slot slot_; variable
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h696 return PolicyTraits::element(slot_);
706 ++slot_;
727 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) {
737 slot_ += shift;
746 slot_type* slot_;
1188 assert(*slot_);
1189 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...);
1190 *slot_ = nullptr;
1194 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slot) {}
1197 slot_type** slot_;
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h715 return PolicyTraits::element(slot_);
725 ++slot_;
746 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) {
756 slot_ += shift;
765 slot_type* slot_;
1208 assert(*slot_);
1209 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...);
1210 *slot_ = nullptr;
1214 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slot) {}
1217 slot_type** slot_;
[all …]
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h620 return PolicyTraits::element(slot_);
630 ++slot_;
652 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) {}
667 slot_ += shift;
675 slot_type* slot_;
1116 assert(*slot_);
1117 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...);
1118 *slot_ = nullptr;
1122 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slot) {}
1125 slot_type** slot_;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h648 return PolicyTraits::element(slot_);
658 ++slot_;
679 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) {
689 slot_ += shift;
698 slot_type* slot_;
1139 assert(*slot_);
1140 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...);
1141 *slot_ = nullptr;
1145 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slot) {}
1148 slot_type** slot_;
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h648 return PolicyTraits::element(slot_);
658 ++slot_;
679 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) {
689 slot_ += shift;
698 slot_type* slot_;
1139 assert(*slot_);
1140 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...);
1141 *slot_ = nullptr;
1145 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slot) {}
1148 slot_type** slot_;
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h620 return PolicyTraits::element(slot_);
630 ++slot_;
652 iterator(ctrl_t* ctrl, slot_type* slot) : ctrl_(ctrl), slot_(slot) {}
667 slot_ += shift;
675 slot_type* slot_;
1116 assert(*slot_);
1117 PolicyTraits::construct(alloc_, *slot_, std::forward<Args>(args)...);
1118 *slot_ = nullptr;
1122 constructor(allocator_type* a, slot_type** slot) : alloc_(a), slot_(slot) {}
1125 slot_type** slot_;
[all …]
/external/bcc/src/cc/frontends/b/
Dparser.cc164 (*it)->slot_ = i; in struct_add()
Dnode.h440 int slot_; variable
443 : id_(move(id)), storage_type_(t), bit_width_(bit_width), bit_offset_(bit_offset), slot_(0) {} in id_()
Dcodegen_llvm.cc271 vector<Value *> indices({B.getInt32(0), B.getInt32(n->sub_decl_->slot_)}); in visit_ident_expr_node()
287 vector<Value *> indices({const_int(0), const_int(n->sub_decl_->slot_, 32)}); in visit_ident_expr_node()
861 vector<Value *> indices({B.getInt32(0), B.getInt32(n->sub_decl_->slot_)}); in visit_table_index_expr_node()
867 vector<Value *> indices({B.getInt32(0), B.getInt32(n->sub_decl_->slot_)}); in visit_table_index_expr_node()
/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl_unittest.cc460 slot_.Set(reinterpret_cast<void*>(kMagicTlsValue)); in SetTlsValueAndWait()
465 if (!slot_.Get()) in CountZeroTlsValuesAndWait()
484 ThreadLocalStorage::Slot slot_; member in base::internal::__anon30c1a4bb0611::TaskSchedulerWorkerPoolCheckTlsReuse
/external/libabigail/tests/data/test-diff-pkg/
Dlibsigc++-2.0-0c2a_2.4.0-1_amd64--libsigc++-2.0-0v5_2.4.1-1ubuntu2_amd64-report-0.txt21 type of 'sigc::slot_base* slot_' changed:
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-report0.txt19 type of 'sigc::slot_base* slot_' changed:
Dtest-PR18791-v1.so.abi5606 …<var-decl name='slot_' type-id='type-id-104' visibility='default' filepath='../sigc++/connection.h…
Dtest-PR18791-v0.so.abi5402 …<var-decl name='slot_' type-id='type-id-61' visibility='default' filepath='../sigc++/connection.h'…