We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e5534 commit 2ca4bd8Copy full SHA for 2ca4bd8
src/library_pthread.js
@@ -37,7 +37,7 @@ var LibraryPThread = {
37
38
#if PTHREADS_PROFILING
39
PThread.createProfilerBlock(PThread.mainThreadBlock);
40
- PThread.setThreadName(PThread.mainThreadBlock, "main thread");
+ PThread.setThreadName(PThread.mainThreadBlock, "Browser main thread");
41
PThread.setThreadStatus(PThread.mainThreadBlock, {{{ cDefine('EM_THREAD_STATUS_RUNNING') }}});
42
#endif
43
},
0 commit comments