| 5958 | |
| 5959 | wait_for_commit *wait_for_commit_ptr; |
| 5960 | int wait_for_prior_commit(bool allow_kill=true) |
| 5961 | { |
| 5962 | if (wait_for_commit_ptr) |
| 5963 | return wait_for_commit_ptr->wait_for_prior_commit(this, allow_kill); |
| 5964 | return 0; |
| 5965 | } |
| 5966 | void wakeup_subsequent_commits(int wakeup_error) |
| 5967 | { |
| 5968 | if (wait_for_commit_ptr) |
no outgoing calls
no test coverage detected