Searched refs:keys (Results 1 – 9 of 9) sorted by relevance
94 __u16 keys; member120 __u32 keys; member165 __u32 keys; member
192 struct tc_u32_key keys[0]; member
148 return set(self.headers.keys())263 for header in needed.keys():277 return set(self.needed.keys())
68 struct tc_pedit_key keys[0]; member
244 if len(versions) > 0 and list(versions.keys()) != [None]:249 print(versions.keys())251 for ver in sorted(versions.keys()):
70 std::vector<pthread_key_t> keys; in TEST() local72 auto scope_guard = android::base::make_scope_guard([&keys] { in TEST()73 for (const auto& key : keys) { in TEST()82 keys.push_back(key); in TEST()86 for (int i = keys.size() - 1; i >= 0; --i) { in TEST()87 ASSERT_EQ(reinterpret_cast<void*>(i), pthread_getspecific(keys.back())); in TEST()88 pthread_key_t key = keys.back(); in TEST()89 keys.pop_back(); in TEST()95 std::vector<pthread_key_t> keys; in TEST() local107 keys.push_back(key); in TEST()[all …]
624 work][bionic-lockfree-keys].)626 creates pthread keys until one of them hits the fixed offset.632 * Moving the pthread keys before the thread pointer breaks Go-based apps.636 [arm32][go-darwin-arm32]/[arm64][go-darwin-arm64] Darwin, Go scans for pthread keys like it660 [bionic-lockfree-keys]: https://android-review.googlesource.com/c/platform/bionic/+/134202756 * 16 isn't enough for the pthread keys, so the Go runtime is still a problem.757 * Reserving 138 words is enough for existing slots and pthread keys.817 lock-free][bionic-lockfree-keys] for Android M, though, it's not guaranteed, because a key could be822 ### Workaround for Go: place pthread keys after the executable's TLS826 `/system/bin/app_process{32,64}` limits its use of TLS memory, then the pthread keys could be[all …]
76 if name in syscall_dict.keys():
536 Build fingerprint: 'google/taimen/taimen:8.1.0/OPM2.171026.006.C1/4769658:user/release-keys'