Home
last modified time | relevance | path

Searched refs:file_tocs_mutex_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dembed_file.h50 ABSL_GUARDED_BY(file_tocs_mutex_);
51 absl::Mutex file_tocs_mutex_; variable
H A Dembed_file.cc103 absl::MutexLock lock{&file_tocs_mutex_}; in GetFdForFileToc()