Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 34) sorted by relevance

12

/bionic/libc/bionic/
Dpthread_key.cpp65 static inline bool KeyInValidRange(pthread_key_t key) { in KeyInValidRange()
118 int pthread_key_create(pthread_key_t* key, void (*key_destructor)(void*)) { in pthread_key_create()
136 int pthread_key_delete(pthread_key_t key) { in pthread_key_delete()
151 void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific()
169 int pthread_setspecific(pthread_key_t key, const void* ptr) { in pthread_setspecific()
Dlibc_logging.cpp494 static void refresh_cache(struct cache *cache, const char *key) in refresh_cache()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dlsearch.c44 lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch()
52 lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind()
59 linear_base(const void *key, const void *base, size_t *nelp, size_t width, in linear_base()
Dtfind.c18 char *key; member
27 char *key = (char *)vkey; in tfind() local
Dtsearch.c19 char *key; member
29 char *key = (char *)vkey; in tsearch() local
58 char *key = (char *)vkey; in tdelete() local
/bionic/libc/malloc_debug/tests/
Dproperty_fake.cpp34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get()
47 extern "C" int __system_property_get(const char* key, char* value) { in __system_property_get()
/bionic/benchmarks/
Dpthread_benchmark.cpp32 pthread_key_t key; in BM_pthread_getspecific() local
44 pthread_key_t key; in BM_pthread_setspecific() local
173 pthread_key_t key; in BM_pthread_key_create() local
186 pthread_key_t key; in BM_pthread_key_delete() local
/bionic/libc/upstream-netbsd/lib/libc/stdlib/
Dbsearch.c62 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch()
/bionic/libc/include/
Dsearch.h24 char* key; member
/bionic/libc/kernel/uapi/linux/
Dpr.h32 __u64 key; member
54 __u64 key; member
Dagpgart.h81 int key; member
89 int key; member
94 int key; member
Dipc.h25 __kernel_key_t key; member
Dhyperv.h182 __u8 key[HV_KVP_EXCHANGE_MAX_KEY_SIZE]; member
206 __u8 key[HV_KVP_EXCHANGE_MAX_KEY_SIZE]; member
Dbpf.h116 __aligned_u64 key; member
Dsoundcard.h176 unsigned short key; member
234 short key; member
322 unsigned short key; member
830 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key) argument
Dedd.h69 __u16 key; member
/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c15 static pthread_key_t key; variable
/bionic/libc/kernel/uapi/asm-generic/
Dipcbuf.h22 __kernel_key_t key; member
/bionic/libc/kernel/uapi/linux/netfilter/
Dnf_conntrack_tuple_common.h50 __be16 key; member
/bionic/tests/
Dpthread_test.cpp43 pthread_key_t key; in TEST() local
67 for (const auto& key : keys) { in TEST() local
73 pthread_key_t key; in TEST() local
82 pthread_key_t key = keys.back(); in TEST() local
95 pthread_key_t key; in TEST() local
105 for (const auto& key : keys) { in TEST() local
117 pthread_key_t key; in TEST() local
130 pthread_key_t key; in TEST() local
150 static void* DirtyKeyFn(void* key) { in DirtyKeyFn()
155 pthread_key_t key; in TEST() local
[all …]
/bionic/libc/dns/resolv/
Dres_cache.c1281 _cache_check_pending_request_locked( struct resolv_cache** cache, Entry* key, unsigned netid ) in _cache_check_pending_request_locked()
1321 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) in _cache_notify_waiting_tid_locked()
1352 Entry key[1]; in _resolv_cache_query_failed() local
1519 Entry* key ) in _cache_lookup_p()
1625 Entry key[1]; in _resolv_cache_lookup() local
1714 Entry key[1]; in _resolv_cache_add() local
Dres_data.c239 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, in res_sendsigned()
/bionic/libc/kernel/uapi/sound/
Dcompress_offload.h81 __u32 key; member
Dasound_fm.h100 char key[4]; member
Dsfnt_info.h30 unsigned short key; member

12