Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 43) 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()
Dsys_shm.cpp68 int shmget(key_t key, size_t size, int flags) { in shmget()
Dsys_msg.cpp47 int msgget(key_t key, int flags) { in msgget()
Dsys_sem.cpp52 int semget(key_t key, int n, int flags) { in semget()
/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.c17 char *key; member
26 char *key = (char *)vkey; in tfind() local
Dtsearch.c18 char *key; member
28 char *key = (char *)vkey; in tsearch() local
57 char *key = (char *)vkey; in tdelete() local
/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/kernel/uapi/rdma/
Dcxgb3-abi.h27 __u64 key; member
32 __u64 key; member
39 __u64 key; member
Dcxgb4-abi.h24 __u64 key; member
/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/malloc_debug/
DRecordData.h161 pthread_key_t key() { return key_; } in key() function
/bionic/libc/include/
Dsearch.h24 char* key; member
/bionic/libc/kernel/uapi/linux/
Dpr.h30 __u64 key; member
47 __u64 key; member
Dagpgart.h70 int key; member
76 int key; member
80 int key; member
Dipc.h24 __kernel_key_t key; member
/bionic/tests/
Dsys_shm_test.cpp44 key_t key = ftok(dir.dirname, 1); in TEST() local
Dsys_msg_test.cpp44 key_t key = ftok(dir.dirname, 1); in TEST() local
Dsys_sem_test.cpp44 key_t key = ftok(dir.dirname, 1); in TEST() local
Dpthread_test.cpp45 pthread_key_t key; in TEST() local
69 for (const auto& key : keys) { in TEST() local
75 pthread_key_t key; in TEST() local
84 pthread_key_t key = keys.back(); in TEST() local
97 pthread_key_t key; in TEST() local
107 for (const auto& key : keys) { in TEST() local
119 pthread_key_t key; in TEST() local
132 pthread_key_t key; in TEST() local
152 static void* DirtyKeyFn(void* key) { in DirtyKeyFn()
157 pthread_key_t key; in TEST() local
[all …]
/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.h47 __be16 key; member
/bionic/libc/dns/resolv/
Dres_cache.c1273 _cache_check_pending_request_locked( struct resolv_cache** cache, Entry* key, unsigned netid ) in _cache_check_pending_request_locked()
1313 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) in _cache_notify_waiting_tid_locked()
1344 Entry key[1]; in _resolv_cache_query_failed() local
1511 Entry* key ) in _cache_lookup_p()
1617 Entry key[1]; in _resolv_cache_lookup() local
1706 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()

12