mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-17 05:39:53 +00:00
Name our threads on Linux
This commit is contained in:
@@ -388,7 +388,7 @@ int startInputStream(void) {
|
||||
enableNoDelay(inputSock);
|
||||
}
|
||||
|
||||
err = PltCreateThread(inputSendThreadProc, NULL, &inputSendThread);
|
||||
err = PltCreateThread("InputSend", inputSendThreadProc, NULL, &inputSendThread);
|
||||
if (err != 0) {
|
||||
if (inputSock != INVALID_SOCKET) {
|
||||
closeSocket(inputSock);
|
||||
|
||||
Reference in New Issue
Block a user