Searched refs:lookup (Results 1 – 4 of 4) 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 …]
253 old lookup only held the global thread list lock for the duration of254 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:
82 symbol lookup and is now supported by the dynamic linker in API 23 and