ppsspp/ext/native/thread/threadutil.h
2017-12-19 15:38:18 +01:00

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