mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
7 lines
242 B
C
7 lines
242 B
C
#pragma once
|
|
|
|
// Note that name must be a global string that lives until the end of the process,
|
|
// for AssertCurrentThreadName to work.
|
|
void SetCurrentThreadName(const char *threadName);
|
|
void AssertCurrentThreadName(const char *threadName);
|