| 56 | } |
| 57 | |
| 58 | void CheckNotJoinable() const |
| 59 | { |
| 60 | // Can't reinitialze a joinable thread |
| 61 | if (IsJoinable()) |
| 62 | TOFT_CHECK_ERRNO_ERROR(EINVAL); |
| 63 | } |
| 64 | |
| 65 | private: |
| 66 | // Description about the routine by Function. |
nothing calls this directly
no outgoing calls
no test coverage detected