ppsspp/Common/Thread/ThreadUtil.h
2021-04-30 23:02:36 -07:00

6 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);