Searched refs:lookup (Results 1 – 5 of 5) sorted by relevance
1601 Entry** lookup, in _cache_add_p() argument1604 *lookup = e; in _cache_add_p()1619 Entry** lookup ) in _cache_remove_p() argument1621 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() local1640 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() local1661 if (*lookup == NULL) { /* should not happen */ in _cache_remove_expired()[all …]
285 old lookup only held the global thread list lock for the duration of286 the lookup, so there was still a race between that and the dereference
404 > ... All OSes use basically the same algorithm (a per-module lookup table) as detailed in Ulrich409 > libthread_db's algorithm itself. We thereby get cross-platform TLS lookup without either requiring424 The debugger lookup process is straightforward:
59 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
1560 // Versions of dl_iterate_phdr and similar APIs used to lookup unwinding information in a static