Default constructor. The default constructed ID is that of thread without a thread of execution.
| 577 | /// The default constructed ID is that of thread without a thread of |
| 578 | /// execution. |
| 579 | id() : mId(0) {}; |
| 580 | |
| 581 | id(unsigned long int aId) : mId(aId) {}; |
| 582 |
nothing calls this directly
no outgoing calls
no test coverage detected