mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 15:48:47 +00:00
adding prefixes to source
They'll be removed on demand in libgen repo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#endif
|
||||
|
||||
inline void
|
||||
set_thread_name(String8 string) {
|
||||
prof_thread_name("%.*s", str8_varg(string));
|
||||
os_set_thread_name(string);
|
||||
md_set_thread_name(MD_String8 string) {
|
||||
md_prof_thread_name("%.*s", md_str8_varg(string));
|
||||
md_os_set_thread_name(string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user