Description
Build systems can satisfy pthread symbol expectations on platforms where thread functions are weak stubs or supplied elsewhere. It helps low-level libraries and compatibility builds link consistently.
This is build/runtime plumbing, not threading functionality for users. Real threading behavior depends on the platform C library and application.