| 497 | void set_tid(uint64_t t) { header.tid = t; } |
| 498 | |
| 499 | uint64_t get_seq() const { return header.seq; } |
| 500 | void set_seq(uint64_t s) { header.seq = s; } |
| 501 | |
| 502 | unsigned get_priority() const { return header.priority; } |
no outgoing calls
no test coverage detected