Skip to content

Commit

Permalink
- linux: improve thread names (and do not name main thread which inte…
Browse files Browse the repository at this point in the history
…rferes with killall etc) -- from bd380db5
  • Loading branch information
Cockos Inc authored and Justin Frankel committed Oct 8, 2018
1 parent 46b4ed0 commit 916026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmde/fx/reaninjam/winclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ static void updateMasterControlLabels(HWND hwndDlg)

static unsigned WINAPI ThreadFunc(LPVOID p)
{
WDL_SetThreadName("ReaNINJAM processing");
WDL_SetThreadName("reaper/ninjam");
while (!g_done)
{
g_client_mutex.Enter();
Expand Down

0 comments on commit 916026e

Please sign in to comment.