mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
7 lines
235 B
C
7 lines
235 B
C
#pragma once
|
|
|
|
// Note that name must be a global string that lives until the end of the process,
|
|
// for assertThreadName to work.
|
|
void setCurrentThreadName(const char *threadName);
|
|
void AssertCurrentThreadName(const char *threadName);
|