| 25 | ::bvar::LatencyRecorder latency; |
| 26 | |
| 27 | void run_once_bthread(int64_t begin) { |
| 28 | pending << 1; |
| 29 | ::bthread::TaskOptions options; |
| 30 | ::bthread::execution_queue_execute(bthread_queue_id, {begin}, &options); |
| 31 | } |
| 32 | |
| 33 | void run_once_babylon(int64_t begin) { |
| 34 | pending << 1; |
nothing calls this directly
no outgoing calls
no test coverage detected