http_cache_transaction.cc | 58 // certificate chains using DiskBasedCertCache. |num_pending_ops| is the number 67 : num_pending_ops(num_ops), start_time(start) {} 69 int num_pending_ops; member in class:__anon13913::SharedChainData 100 // If |num_pending_ops| is one, this was the last pending read operation 103 shared_chain_data->num_pending_ops--; 104 if (!shared_chain_data->num_pending_ops) { 136 // If |num_pending_ops| is one, this was the last pending write operation 139 shared_chain_data->num_pending_ops--; 140 if (!shared_chain_data->num_pending_ops) { [all...] |