mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 11:15:20 +02:00
9 lines
260 B
C
9 lines
260 B
C
#pragma once
|
|
|
|
#include <mutex>
|
|
|
|
// 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);
|