Searched refs:key_ (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_exception_storage.cpp | 58 std::__libcpp_tls_key key_; variable 63 if (0 != std::__libcpp_tls_set(key_, NULL)) in destruct_() 68 if (0 != std::__libcpp_tls_create(&key_, destruct_)) in construct_() 84 if (0 != std::__libcpp_tls_set(key_, retVal)) in __cxa_get_globals() 98 return static_cast<__cxa_eh_globals*>(std::__libcpp_tls_get(key_)); in __cxa_get_globals_fast()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1747 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} 1749 : key_(CreateKey()), 1754 DeleteThreadLocalValue(pthread_getspecific(key_)); 1758 GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_)); 1791 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_)); 1798 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base)); 1835 const pthread_key_t key_;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 353 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs() 357 return test_property.key() == key_; in operator() 361 std::string key_;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 530 key_(a_key), value_(a_value) { in TestProperty() 535 return key_.c_str(); in key() 550 std::string key_;
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 1683 PRE_SYSCALL(semget)(long long key_, long long nsems_, long long semflg_) { 1687 (long long res, long long key_, long long nsems_, long long semflg_) { 1712 PRE_SYSCALL(msgget)(long long key_, long long msgflg_) { /* Nothing to do */ } 1713 POST_SYSCALL(msgget)(long long res, long long key_, long long msgflg_) { 1757 PRE_SYSCALL(shmget)(long long key_, long long size_, long long shmflg_) { 1761 (long long res, long long key_, long long size_, long long shmflg_) {
|