1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move Set/GetThreadName() to Tracy API.

This commit is contained in:
Bartosz Taudul
2020-01-25 16:17:03 +01:00
parent 2377911313
commit a90004b983
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ static inline uint64_t GetThreadHandle()
}
#endif
void SetThreadName( const char* name );
const char* GetThreadName( uint64_t id );
TRACY_API void SetThreadName( const char* name );
TRACY_API const char* GetThreadName( uint64_t id );
}