OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cache_res
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/tsan/
thread_sanitizer.cc
856
int
cache_res
;
local
857
if (ls_add_cache_->Lookup(lsid.raw(), lid.raw(), &
cache_res
)) {
859
return LSID(
cache_res
);
890
int
cache_res
;
local
891
if (ls_rem_cache_->Lookup(lsid.raw(), lid.raw(), &
cache_res
)) {
893
*new_lsid = LSID(
cache_res
);
[
all
...]
Completed in 122 milliseconds