! * \brief Thread join * \note join() may not be called on auto-remove threads */
| 235 | * \note join() may not be called on auto-remove threads |
| 236 | */ |
| 237 | void join() { |
| 238 | internal_join(false); |
| 239 | } |
| 240 | |
| 241 | /*! |
| 242 | * \brief Get this thread's id |
no outgoing calls
no test coverage detected