MCPcopy Create free account
hub / github.com/chen3feng/toft / CheckNotJoinable

Method CheckNotJoinable

system/threading/thread.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
65private:
66 // Description about the routine by Function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected