mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
proper thread names
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ entry_point(int argc, char **argv)
|
||||
tmSetMaxThreadCount(1024);
|
||||
tmInitialize(sizeof(tm_data), (char *)tm_data);
|
||||
#endif
|
||||
ThreadName("[main]");
|
||||
ThreadNameF("[main]");
|
||||
|
||||
//- rjf: initialize basic dependencies
|
||||
os_init(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user