Meta/Identifier of current task in this group.
| 166 | #endif |
| 167 | // Meta/Identifier of current task in this group. |
| 168 | TaskMeta* current_task() const { return _cur_meta; } |
| 169 | bthread_t current_tid() const { return _cur_meta->tid; } |
| 170 | // Uptime of current task in nanoseconds. |
| 171 | int64_t current_uptime_ns() const |
no outgoing calls
no test coverage detected