MCPcopy 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
92void StartLogThread() {
93 pipe2(LogClientQueuePipe, 0);
94
95 LogThread = std::thread(LogThreadFunc);
96}
97
98void AppendLogFD(int FD) {
99 write(LogClientQueuePipe[1], &FD, sizeof(FD));

Callers 1

mainFunction · 0.85

Calls 1

threadFunction · 0.50

Tested by

no test coverage detected