Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dbcache.h94 __u16 keys; member
120 __u32 keys; member
165 __u32 keys; member
Dpkt_cls.h192 struct tc_u32_key keys[0]; member
/bionic/libc/kernel/tools/
Dkernel.py148 return set(self.headers.keys())
263 for header in needed.keys():
277 return set(self.needed.keys())
/bionic/libc/kernel/uapi/linux/tc_act/
Dtc_pedit.h68 struct tc_pedit_key keys[0]; member
/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py244 if len(versions) > 0 and list(versions.keys()) != [None]:
249 print(versions.keys())
251 for ver in sorted(versions.keys()):
/bionic/tests/
Dpthread_test.cpp70 std::vector<pthread_key_t> keys; in TEST() local
72 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() local
107 keys.push_back(key); in TEST()
[all …]
/bionic/docs/
Delf-tls.md624 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 it
660 [bionic-lockfree-keys]: https://android-review.googlesource.com/c/platform/bionic/+/134202
756 * 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 be
822 ### Workaround for Go: place pthread keys after the executable's TLS
826 `/system/bin/app_process{32,64}` limits its use of TLS memory, then the pthread keys could be
[all …]
/bionic/libc/tools/
Dgenseccomp.py76 if name in syscall_dict.keys():
/bionic/libc/malloc_debug/
DREADME.md536 Build fingerprint: 'google/taimen/taimen:8.1.0/OPM2.171026.006.C1/4769658:user/release-keys'