thread/Id: drop "::" prefix before pthread function names
The "::" to explicitly refer to the global namespace appeared like a good idea in C++, but it breaks with C libraries that implement standard functions using macros (e.g. musl).
This commit is contained in: