Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
namespace agi::util {
21
void SetThreadName(const char *) { }
22
23
void sleep_for(int ms) {
24
std::this_thread::sleep_for(std::chrono::milliseconds(ms));
Callers
2
OnInit
Method · 0.50
Init
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected