This is used for "dirty" reading pending ops, when dirty read is OK. */
| 3258 | when dirty read is OK. |
| 3259 | */ |
| 3260 | int pending_ops() |
| 3261 | { |
| 3262 | return m_pending_ops; |
| 3263 | } |
| 3264 | |
| 3265 | /* Wait for pending operations to finish.*/ |
| 3266 | void wait_for_pending_ops() |
no outgoing calls
no test coverage detected