Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/dns/resolv/
Dres_cache.c1601 Entry** lookup, in _cache_add_p() argument
1604 *lookup = e; in _cache_add_p()
1619 Entry** lookup ) in _cache_remove_p() argument
1621 Entry* e = *lookup; in _cache_remove_p()
1627 *lookup = e->hlink; in _cache_remove_p()
1638 Entry** lookup = _cache_lookup_p(cache, oldest); in _cache_remove_oldest() local
1640 if (*lookup == NULL) { /* should not happen */ in _cache_remove_oldest()
1648 _cache_remove_p(cache, lookup); in _cache_remove_oldest()
1660 Entry** lookup = _cache_lookup_p(cache, e); in _cache_remove_expired() local
1661 if (*lookup == NULL) { /* should not happen */ in _cache_remove_expired()
[all …]
/bionic/docs/
Dstatus.md285 old lookup only held the global thread list lock for the duration of
286 the lookup, so there was still a race between that and the dereference
Delf-tls.md404 > ... All OSes use basically the same algorithm (a per-module lookup table) as detailed in Ulrich
409 > libthread_db's algorithm itself. We thereby get cross-platform TLS lookup without either requiring
424 The debugger lookup process is straightforward:
/bionic/
Dandroid-changes-for-ndk-developers.md59 library and symbol lookup changes on all past (and future) Android versions.
102 symbol lookup and is now supported by the dynamic linker in API 23 and
/bionic/libc/
DAndroid.bp1560 // Versions of dl_iterate_phdr and similar APIs used to lookup unwinding information in a static