| 133 | } |
| 134 | |
| 135 | ~Id() { |
| 136 | bthread::butex_destroy(butex); |
| 137 | bthread::butex_destroy(join_butex); |
| 138 | } |
| 139 | |
| 140 | inline bool has_version(uint32_t id_ver) const { |
| 141 | return id_ver >= first_ver && id_ver < locked_ver; |
nothing calls this directly
no test coverage detected