/bionic/libc/bionic/ |
D | pthread_key.cpp | 65 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()
|
D | sys_shm.cpp | 68 int shmget(key_t key, size_t size, int flags) { in shmget()
|
D | sys_msg.cpp | 47 int msgget(key_t key, int flags) { in msgget()
|
D | sys_sem.cpp | 52 int semget(key_t key, int n, int flags) { in semget()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | lsearch.c | 44 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()
|
D | tfind.c | 17 char *key; member 26 char *key = (char *)vkey; in tfind() local
|
D | tsearch.c | 18 char *key; member 28 char *key = (char *)vkey; in tsearch() local 57 char *key = (char *)vkey; in tdelete() local
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 32 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/ |
D | cxgb3-abi.h | 27 __u64 key; member 32 __u64 key; member 39 __u64 key; member
|
D | cxgb4-abi.h | 24 __u64 key; member
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | bsearch.c | 62 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch()
|
/bionic/libc/malloc_debug/ |
D | RecordData.h | 161 pthread_key_t key() { return key_; } in key() function
|
/bionic/libc/include/ |
D | search.h | 24 char* key; member
|
/bionic/libc/kernel/uapi/linux/ |
D | pr.h | 30 __u64 key; member 47 __u64 key; member
|
D | agpgart.h | 70 int key; member 76 int key; member 80 int key; member
|
D | ipc.h | 24 __kernel_key_t key; member
|
/bionic/tests/ |
D | sys_shm_test.cpp | 44 key_t key = ftok(dir.dirname, 1); in TEST() local
|
D | sys_msg_test.cpp | 44 key_t key = ftok(dir.dirname, 1); in TEST() local
|
D | sys_sem_test.cpp | 44 key_t key = ftok(dir.dirname, 1); in TEST() local
|
D | pthread_test.cpp | 45 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/ |
D | mtctxres.c | 15 static pthread_key_t key; variable
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | ipcbuf.h | 22 __kernel_key_t key; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 47 __be16 key; member
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1273 _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
|
D | res_data.c | 239 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, in res_sendsigned()
|