| 30 | int join(); // return pthread_join() |
| 31 | |
| 32 | bool started() const { return started_; } |
| 33 | // pthread_t pthreadId() const { return pthreadId_; } |
| 34 | pid_t tid() const { return tid_; } |
| 35 | const string& name() const { return name_; } |
nothing calls this directly
no outgoing calls
no test coverage detected