MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / id

Method id

src/tinythread/tinythread.h:579–579  ·  view source on GitHub ↗

Default constructor. The default constructed ID is that of thread without a thread of execution.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected