mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-30 19:30:04 +00:00
draft of base.c
This commit is contained in:
+5
-1
@@ -7,7 +7,11 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
MD_API void set_thread_name(String8 string);
|
||||
inline void
|
||||
set_thread_name(String8 string) {
|
||||
prof_thread_name("%.*s", str8_varg(string));
|
||||
os_set_thread_name(string);
|
||||
}
|
||||
|
||||
inline void
|
||||
set_thread_namef(char *fmt, ...)
|
||||
|
||||
Reference in New Issue
Block a user