Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ StartLogThread
Function
StartLogThread
Source/Tools/FEXServer/Logger.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void StartLogThread() {
93
pipe2(LogClientQueuePipe, 0);
94
95
LogThread = std::thread(LogThreadFunc);
96
}
97
98
void AppendLogFD(int FD) {
99
write(LogClientQueuePipe[1], &FD, sizeof(FD));
Callers
1
main
Function · 0.85
Calls
1
thread
Function · 0.50
Tested by
no test coverage detected