From ff5277f4d7057f481a820cf64e2c2db4687bfd5f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 26 Oct 2013 12:39:19 -0700 Subject: Add a method to set the running thread's name --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 11a1e78c..d8dbdcd9 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -813,6 +813,8 @@ void RestoreFPUMode(const FPUCtl *ctl); ALvoid *StartThread(ALuint (*func)(ALvoid*), ALvoid *ptr); ALuint StopThread(ALvoid *thread); +void SetThreadName(const char *name); + typedef struct RingBuffer RingBuffer; RingBuffer *CreateRingBuffer(ALsizei frame_size, ALsizei length); void DestroyRingBuffer(RingBuffer *ring); -- cgit v1.2.3