MCPcopy Create free account
hub / github.com/chenshuo/muduo / started

Method started

muduo/base/Thread.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected