| 96 | } |
| 97 | |
| 98 | static Thread init(Thread value, const std::string &name) { |
| 99 | value->SetName(name, nullptr); |
| 100 | value->Start(); |
| 101 | return value; |
| 102 | } |
| 103 | }; |
| 104 | |
| 105 | class ThreadsCreator { |
nothing calls this directly
no outgoing calls
no test coverage detected