mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
6 lines
No EOL
234 B
C
6 lines
No EOL
234 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); |