MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / SetThreadName

Function SetThreadName

libaegisub/unix/util.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20namespace agi::util {
21void SetThreadName(const char *) { }
22
23void sleep_for(int ms) {
24 std::this_thread::sleep_for(std::chrono::milliseconds(ms));

Callers 2

OnInitMethod · 0.50
InitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected